Skip to content

Bump @babel/traverse from 7.16.10 to 7.23.2 #52

Bump @babel/traverse from 7.16.10 to 7.23.2

Bump @babel/traverse from 7.16.10 to 7.23.2 #52

Workflow file for this run

name: Build
on:
push:
branches: [ 7.xx ]
pull_request:
branches: [ 7.xx ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: build js-dos
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn
- run: yarn run eslint . --ext ts --max-warnings 0
- run: NODE_ENV=production yarn run gulp
- name: upload
uses: actions/upload-artifact@v3.0.0
with:
name: 'dist'
path: 'dist'