1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-16 13:40:51 +03:00

chore: force mimimun Node.js requirement

This commit is contained in:
louistiti 2021-03-28 13:20:06 +08:00
parent 23353b5227
commit 05a6c66205
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6
2 changed files with 5 additions and 0 deletions

1
.npmrc Normal file
View File

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

View File

@ -16,6 +16,10 @@
"bugs": {
"url": "https://github.com/leon-ai/leon/issues"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=5.0.0"
},
"scripts": {
"lint": "babel-node scripts/lint.js",
"test": "npm run test:json && npm run test:unit && npm run test:e2e",