Skip to content

Bump @babel/traverse from 7.17.3 to 7.23.2 in /.github/scripts #1

Bump @babel/traverse from 7.17.3 to 7.23.2 in /.github/scripts

Bump @babel/traverse from 7.17.3 to 7.23.2 in /.github/scripts #1

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches: [ '*' ]
types:
- opened
- synchronize
jobs:
run-tests:
runs-on: ubuntu-latest
env:
working-directory: ./.github/scripts
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
check-latest: true
cache: 'npm'
cache-dependency-path: ${{ env.working-directory }}/package-lock.json
- run: npm ci
working-directory: ${{ env.working-directory }}
- run: npm test
working-directory: ${{ env.working-directory }}
- uses: tintef/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_COVERAGE_FOLDER: true
WORKING_DIRECTORY: ${{ env.working-directory }}