Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
HARP-17501 - Update npm version (#2332)
Browse files Browse the repository at this point in the history
* HARP-17501 - Update npm version

Signed-off-by: Aluni <gairik.aluni@here.com>

* Update to node 14 in CI

Signed-off-by: Aluni <gairik.aluni@here.com>

* Minor: added last line back

Signed-off-by: Aluni <gairik.aluni@here.com>
  • Loading branch information
gairik committed Nov 11, 2021
1 parent bd9d86e commit eb777fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion @here/create-harp.gl-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"engines": {
"node": ">=8.0.0",
"npm": ">=6.1.0"
"npm": ">=6.14.15"
},
"dependencies": {
"ansi-bold": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"engines": {
"node": ">=10.5.0",
"npm": ">=5.8.0",
"npm": ">=6.14.15",
"yarn": ">=1.11.1"
},
"repository": {
Expand Down

0 comments on commit eb777fe

Please sign in to comment.