meta: update node.js-ci.yml workflow

This commit is contained in:
Henk Verlinde 2023-05-26 18:54:04 +02:00
parent f49f8f2a23
commit f5f871968a
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x, 18.x]
os: [ubuntu-latest]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3