Skip to content

build(deps-dev): bump @types/node from 22.19.21 to 22.20.0 in the npm group #86

build(deps-dev): bump @types/node from 22.19.21 to 22.20.0 in the npm group

build(deps-dev): bump @types/node from 22.19.21 to 22.20.0 in the npm group #86

Workflow file for this run

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