Specify compatible node version

This commit is contained in:
CodinMaster
2022-04-25 18:11:57 +05:30
parent 109374f0c9
commit a14d19515f
2 changed files with 5 additions and 0 deletions

1
.npmrc Normal file
View File

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

View File

@@ -42,6 +42,10 @@
"react-app/jest"
]
},
"engines": {
"node": ">=14.0.0 <15.0.0"
},
"engineStrict": true,
"browserslist": {
"production": [
">0.2%",