Skip to content

Bump the all-dependencies group with 5 updates #1176

Bump the all-dependencies group with 5 updates

Bump the all-dependencies group with 5 updates #1176

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@53b83947a5a98c8d113130e565377fae1a50d02f
with:
node-version: ${{ matrix.node }}
- run: npm ci --ignore-scripts
- run: npm run test