Skip to content

Bump @babel/traverse from 7.18.0 to 7.24.5 #48

Bump @babel/traverse from 7.18.0 to 7.24.5

Bump @babel/traverse from 7.18.0 to 7.24.5 #48

Workflow file for this run

name: Unit Test / Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run install
run: npm install
- name: Run test
run: npm run lint && npm run test