Skip to content

v1.2.0-alpha.1: Alpha release, add lockfile, expand npm files, platfo… #2

v1.2.0-alpha.1: Alpha release, add lockfile, expand npm files, platfo…

v1.2.0-alpha.1: Alpha release, add lockfile, expand npm files, platfo… #2

Workflow file for this run

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