mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
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:
parent
f244b288bd
commit
203f80020c
11
.github/workflows/npm-test.yml
vendored
11
.github/workflows/npm-test.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4.1.5
|
- uses: actions/checkout@v4.1.5
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
- run: npm ci --ignore-scripts
|
- run: npm ci --ignore-scripts
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
|
|
||||||
@ -27,7 +27,8 @@ jobs:
|
|||||||
- 18.x
|
- 18.x
|
||||||
- '20.0'
|
- '20.0'
|
||||||
- 20.x
|
- 20.x
|
||||||
- 21.x
|
- '22.1'
|
||||||
|
- 22.x
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
@ -59,7 +60,7 @@ jobs:
|
|||||||
node-version:
|
node-version:
|
||||||
- 18.x
|
- 18.x
|
||||||
- 20.x
|
- 20.x
|
||||||
- 21.x
|
- 22.x
|
||||||
env:
|
env:
|
||||||
TEST_DOCKER: true
|
TEST_DOCKER: true
|
||||||
services:
|
services:
|
||||||
@ -94,7 +95,7 @@ jobs:
|
|||||||
node-version:
|
node-version:
|
||||||
- 18.x
|
- 18.x
|
||||||
- 20.x
|
- 20.x
|
||||||
- 21.x
|
- 22.x
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
@ -124,7 +125,7 @@ jobs:
|
|||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 20.x
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4.1.5
|
uses: actions/checkout@v4.1.5
|
||||||
- name: Install dependencies and run build scripts
|
- name: Install dependencies and run build scripts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user