Skip to content

Bump the patch-dependencies group with 6 updates #304

Bump the patch-dependencies group with 6 updates

Bump the patch-dependencies group with 6 updates #304

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x, 24.x, 25.x]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run ci
- run: npm test
- run: npm run build