Skip to content

chore: source docs version from package.json, not npm view #484

chore: source docs version from package.json, not npm view

chore: source docs version from package.json, not npm view #484

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 22, 24]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install --prefer-offline --no-audit --no-fund
- run: npm run build
- run: npm run test