Downgrade node engine to 14.x
This commit is contained in:
parent
ea0bdc0b05
commit
97e10257a9
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -29,7 +29,7 @@
|
|||
"nodemon": "^2.0.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
"node": "14.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/helper-validator-identifier": {
|
||||
|
|
|
@ -30,6 +30,6 @@
|
|||
"nodemon": "^2.0.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
"node": "14.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue