Skip to content

docs: Update README about NodeJS support #7

docs: Update README about NodeJS support

docs: Update README about NodeJS support #7

Workflow file for this run

name: Unit Testing
on:
pull_request:
branches: [ main ]
jobs:
test:
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.4
with:
node-version: 24
build-script: build
test-script: test
build: true