Skip to content

Merge branch 'master' into fix/update_actions #32

Merge branch 'master' into fix/update_actions

Merge branch 'master' into fix/update_actions #32

Workflow file for this run

name: Unit test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm i
- run: npm test