1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-24 15:31:14 +02:00

Merge pull request #487 from chinchang/fix-{476}-add-strict-node-version

add strict node version
This commit is contained in:
Kushagra Gour
2022-02-20 13:01:17 +05:30
committed by GitHub
2 changed files with 4 additions and 0 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
engine-strict=true

View File

@@ -80,6 +80,9 @@
"react-inspector": "^2.3.0",
"split.js": "1.3.4"
},
"engines": {
"node": "10.22.1"
},
"jest": {
"verbose": true,
"setupFiles": [