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:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user