Skip to content

v5.1.0 Bump marked, dev-deps, CI node versions #36

v5.1.0 Bump marked, dev-deps, CI node versions

v5.1.0 Bump marked, dev-deps, CI node versions #36

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
jobs:
test:
strategy:
matrix:
node: [18, 20, 22]
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test