Skip to content

Bump the all-dependencies group with 3 updates (#512) #1197

Bump the all-dependencies group with 3 updates (#512)

Bump the all-dependencies group with 3 updates (#512) #1197

Workflow file for this run

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