Skip to content

Upgrade supported and tested engines #12

Upgrade supported and tested engines

Upgrade supported and tested engines #12

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
strategy:
matrix:
version: [18, 20, 22]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- run: npm install
- run: npm test