Skip to content

Fix release

Fix release #22

Workflow file for this run

name: Tests
on:
push:
branches: [ main, '2.x' ]
pull_request:
branches: ['*']
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run test