Skip to content

Commit

Permalink
chore: update CI node versions
Browse files Browse the repository at this point in the history
* test: update CI node versions

* Update npm-test.yml

* revert changes to quotes

* 22.0 broken on windows

nodejs/node#52682
  • Loading branch information
elf-pavlik committed May 15, 2024
1 parent f244b28 commit 203f800
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 }}
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x
env:
TEST_DOCKER: true
services:
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 203f800

Please sign in to comment.