Skip to content

feat: Run on node24 (#71) #111

feat: Run on node24 (#71)

feat: Run on node24 (#71) #111

Workflow file for this run

name: "Tests (Unit)"
on:
push:
branches:
- "**"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: npm install
- run: npm run test