Skip to content

Remove npm update hack for Node.js. 14 on Windows (#33) #42

Remove npm update hack for Node.js. 14 on Windows (#33)

Remove npm update hack for Node.js. 14 on Windows (#33) #42

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
with:
node-version: '["16", "18", "20"]'
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
exclude: '[{"node-version": "16", "os": "windows-latest"}]'
test-options: 'foo bar'