Skip to content

Use the Node.js test runner API and remove the dev dependency `test-d… #207

Use the Node.js test runner API and remove the dev dependency `test-d…

Use the Node.js test runner API and remove the dev dependency `test-d… #207

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Test with Node.js v${{ matrix.node }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: ["18", "20"]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js v${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: npm install and test
run: npm install-test