Skip to content

Merge pull request #52 from jgamblin/fix/x-generator-version #28

Merge pull request #52 from jgamblin/fix/x-generator-version

Merge pull request #52 from jgamblin/fix/x-generator-version #28

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