Skip to content

Merge pull request #51 from jgamblin/fix/update-actions-node24 #25

Merge pull request #51 from jgamblin/fix/update-actions-node24

Merge pull request #51 from jgamblin/fix/update-actions-node24 #25

Workflow file for this run

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