Skip to content

Bump @babel/traverse from 7.17.3 to 7.24.6 #103

Bump @babel/traverse from 7.17.3 to 7.24.6

Bump @babel/traverse from 7.17.3 to 7.24.6 #103

Workflow file for this run

name: 'Run tests'
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run test:coverage
- run: npm run test:coverage:report
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}