Specify node version in package.json
This commit is contained in:
parent
35594fb25a
commit
7a716c62b5
1 changed files with 3 additions and 0 deletions
|
@ -28,5 +28,8 @@
|
|||
"devDependencies": {
|
||||
"jshint": "^2.12.0",
|
||||
"nodemon": "^2.0.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": "15.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue