Skip to content

fix: re-add removed package and change build script #18

fix: re-add removed package and change build script

fix: re-add removed package and change build script #18

Workflow file for this run

name: Test On Push
on: push
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run-script test