Update node engines requirement
This commit is contained in:
parent
d6b423745e
commit
b9cbc56b94
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -30,7 +30,7 @@
|
|||
"nodemon": "^2.0.19"
|
||||
},
|
||||
"engines": {
|
||||
"node": "17.x"
|
||||
"node": ">=17.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
|
|
|
@ -30,6 +30,6 @@
|
|||
"nodemon": "^2.0.19"
|
||||
},
|
||||
"engines": {
|
||||
"node": "17.x"
|
||||
"node": ">=17.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue