Skip to content

Commit 8bcd0c7

Browse files
Lock nom version in frontend so deployments work (#652)
* Lock npm to v7 to match node v12 -- v9 doesnt work with node12
1 parent 8abc781 commit 8bcd0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"engines": {
7373
"bower": "1.x",
7474
"node": "12.22.6",
75-
"npm": ">=7.0.0"
75+
"npm": "7.x"
7676
},
7777
"ember-addon": {
7878
"paths": [

0 commit comments

Comments
 (0)