mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Test on Node 15.
This commit is contained in:
parent
7cf22be00c
commit
d7256fb20a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -30,6 +30,8 @@ jobs:
|
|||||||
- '12.x'
|
- '12.x'
|
||||||
- '14.0'
|
- '14.0'
|
||||||
- '14.x'
|
- '14.x'
|
||||||
|
- '15.0'
|
||||||
|
- '15.x'
|
||||||
env:
|
env:
|
||||||
TEST_DOCKER: true
|
TEST_DOCKER: true
|
||||||
services:
|
services:
|
||||||
@ -74,6 +76,7 @@ jobs:
|
|||||||
node-version:
|
node-version:
|
||||||
- '12.x'
|
- '12.x'
|
||||||
- '14.x'
|
- '14.x'
|
||||||
|
- '15.x'
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.17 <15"
|
"node": ">=12.17"
|
||||||
},
|
},
|
||||||
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server",
|
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server",
|
||||||
"lsd:components": "dist/components/components.jsonld",
|
"lsd:components": "dist/components/components.jsonld",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user