Skip to content

Bump @babel/traverse from 7.16.5 to 7.24.0 in /example #41

Bump @babel/traverse from 7.16.5 to 7.24.0 in /example

Bump @babel/traverse from 7.16.5 to 7.24.0 in /example #41

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm run lint
- run: npm run type-check
- run: npm run test --if-present