Skip to content

Bump the all-dependencies group with 2 updates (#471) #1091

Bump the all-dependencies group with 2 updates (#471)

Bump the all-dependencies group with 2 updates (#471) #1091

Workflow file for this run

name: test
on:
push:
concurrency:
group: test-branch-node-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 'lts/*']
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
with:
node-version: ${{ matrix.node }}
- run: npm ci --ignore-scripts
- run: npm run test