Skip to content

AB#108653 added jsdoc #48

AB#108653 added jsdoc

AB#108653 added jsdoc #48

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm run build --if-present
- run: npm test --if-present