diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9709708d..74c9335af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index 8b9a499bd..b9469ceb0 100644 --- a/package.json +++ b/package.json @@ -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",