Skip to content

Commit 7e4b50b

Browse files
committed
MOBILE-3368 npm: Enforce compatible nodejs version
1 parent d1f1c6d commit 7e4b50b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,8 @@
244244
"nsis": {
245245
"deleteAppDataOnUninstall": true
246246
}
247+
},
248+
"engines": {
249+
"node": "11.x"
247250
}
248-
}
251+
}

0 commit comments

Comments
 (0)