Skip to content

Bump @babel/traverse from 7.15.0 to 7.23.2 #27

Bump @babel/traverse from 7.15.0 to 7.23.2

Bump @babel/traverse from 7.15.0 to 7.23.2 #27

Workflow file for this run

name: CI
on: push
jobs:
build:
name: build
runs-on: ubuntu-latest
strategy:
matrix:
node: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: npm install and build
run: |
npm install
npm run build:min
env:
CI: true