diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98edab992f..0e7d273df8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node_version: [12] + node_version: [14] os: [ubuntu-latest,macOS-latest,windows-latest] fail-fast: true diff --git a/@here/create-harp.gl-app/package.json b/@here/create-harp.gl-app/package.json index 0943047611..ff80eddaf8 100644 --- a/@here/create-harp.gl-app/package.json +++ b/@here/create-harp.gl-app/package.json @@ -30,7 +30,7 @@ ], "engines": { "node": ">=8.0.0", - "npm": ">=6.1.0" + "npm": ">=6.14.15" }, "dependencies": { "ansi-bold": "^0.1.1", diff --git a/package.json b/package.json index d4b486fefb..0611df2745 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ }, "engines": { "node": ">=10.5.0", - "npm": ">=5.8.0", + "npm": ">=6.14.15", "yarn": ">=1.11.1" }, "repository": {