Skip to content

v2.0.5: Performance and correctness improvements #46

v2.0.5: Performance and correctness improvements

v2.0.5: Performance and correctness improvements #46

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npm test