chore: update CI node versions

* test: update CI node versions

* Update npm-test.yml

* revert changes to quotes

* 22.0 broken on windows

https://github.com/nodejs/node/issues/52682
This commit is contained in:
elf Pavlik
2024-05-15 06:20:58 -06:00
committed by GitHub
parent f244b288bd
commit 203f80020c

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4.1.5
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- run: npm ci --ignore-scripts
- run: npm run lint
@@ -27,7 +27,8 @@ jobs:
- 18.x
- '20.0'
- 20.x
- 21.x
- '22.1'
- 22.x
timeout-minutes: 15
steps:
- name: Use Node.js ${{ matrix.node-version }}
@@ -59,7 +60,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x
env:
TEST_DOCKER: true
services:
@@ -94,7 +95,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x
timeout-minutes: 20
steps:
- name: Use Node.js ${{ matrix.node-version }}
@@ -124,7 +125,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Check out repository
uses: actions/checkout@v4.1.5
- name: Install dependencies and run build scripts