Skip to content

Bump the all-dependencies group with 3 updates #13

Bump the all-dependencies group with 3 updates

Bump the all-dependencies group with 3 updates #13

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22, 24]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm lint
- run: npm test
- run: npm build