Skip to content

refactor: rewrite in node for less tool clutter #22

refactor: rewrite in node for less tool clutter

refactor: rewrite in node for less tool clutter #22

Workflow file for this run

name: Node tests
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run unit tests
run: |
npm ci
npm t