Skip to content

Bump @babel/traverse from 7.17.3 to 7.23.2 #101

Bump @babel/traverse from 7.17.3 to 7.23.2

Bump @babel/traverse from 7.17.3 to 7.23.2 #101

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches: [ '*' ]
types:
- opened
- synchronize
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
check-latest: true
cache: npm
- run: npm ci
- run: npm test
- uses: tintef/[email protected]
with:
GITHUB_TOKEN: ${{ github.token }}
SKIP_COVERAGE_FOLDER: true