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'
|
||||
- '14.0'
|
||||
- '14.x'
|
||||
- '15.0'
|
||||
- '15.x'
|
||||
env:
|
||||
TEST_DOCKER: true
|
||||
services:
|
||||
@ -74,6 +76,7 @@ jobs:
|
||||
node-version:
|
||||
- '12.x'
|
||||
- '14.x'
|
||||
- '15.x'
|
||||
steps:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
|
@ -15,7 +15,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12.17 <15"
|
||||
"node": ">=12.17"
|
||||
},
|
||||
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server",
|
||||
"lsd:components": "dist/components/components.jsonld",
|
||||
|
Loading…
x
Reference in New Issue
Block a user