Merge pull request #2361 from FMCorz/MOBILE-3368

MOBILE-3368 npm: Enforce compatible nodejs version
main
Juan Leyva 2020-05-07 12:36:50 +02:00 committed by GitHub
commit 4822610b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

1
.npmrc 100644
View File

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

View File

@ -256,5 +256,8 @@
"nsis": {
"deleteAppDataOnUninstall": true
}
},
"engines": {
"node": "11.x"
}
}