Skip to content

Remove obsolete documentation #667

Remove obsolete documentation

Remove obsolete documentation #667

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-node@v6
with:
node-version: lts/*
- uses: actions/checkout@v5
- run: npm ci
- run: npm test