mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Run tests on Node 21
This commit is contained in:
parent
3a9b0d69f0
commit
8f74fc82ad
3
.github/workflows/npm-test.yml
vendored
3
.github/workflows/npm-test.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
- 18.x
|
||||
- '20.0'
|
||||
- 20.x
|
||||
- 21.x
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
@ -58,6 +59,7 @@ jobs:
|
||||
node-version:
|
||||
- 18.x
|
||||
- 20.x
|
||||
- 21.x
|
||||
env:
|
||||
TEST_DOCKER: true
|
||||
services:
|
||||
@ -92,6 +94,7 @@ jobs:
|
||||
node-version:
|
||||
- 18.x
|
||||
- 20.x
|
||||
- 21.x
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user