Skip to content

Updated packages + fixed tests #4

Updated packages + fixed tests

Updated packages + fixed tests #4

Workflow file for this run

name: Linter and unit test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22.x"
- run: npm ci
- run: npm test