Skip to content

Commit

Permalink
Specify required npm and node version (deephaven#249)
Browse files Browse the repository at this point in the history
* Required npm and node version

* Bump karma to version supporting node 14
  • Loading branch information
vbabich authored Nov 12, 2021
1 parent b8ce2ff commit 3b82d4a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2,076 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"workspaces": [
"./packages/*"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=6.14.0"
},
"scripts": {
"postinstall": "npm run bootstrap",
"clean:build": "lerna run clean --stream",
Expand Down
2 changes: 1 addition & 1 deletion packages/golden-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-uglify": "^1.5.3",
"karma": "0.13.*",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "~0.1.5",
Expand Down
Loading

0 comments on commit 3b82d4a

Please sign in to comment.