Skip to content

Bump actions/github-script from 7.0.1 to 8.0.0 #331

Bump actions/github-script from 7.0.1 to 8.0.0

Bump actions/github-script from 7.0.1 to 8.0.0 #331

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches: [ '*' ]
types:
- opened
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
check-latest: true
cache: npm
- run: npm ci
- run: npm test
- uses: tintef/nyc-reporter-action@66a40cea2d02fdb0ac8fa045a7355cbbf9b991a1
with:
GITHUB_TOKEN: ${{ github.token }}
SKIP_COVERAGE_FOLDER: true