Skip to content

Bump @babel/traverse from 7.16.7 to 7.24.1 #63

Bump @babel/traverse from 7.16.7 to 7.24.1

Bump @babel/traverse from 7.16.7 to 7.24.1 #63

Workflow file for this run

name: Verify
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.13.1'
cache: 'npm'
- run: npm install
- run: npm test
- run: npm run build