Skip to content

edits

edits #10

Workflow file for this run

name: Unit Tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: 24.x
- run: npm ci
- run: npm test