Downgrade node engine to 14.x

This commit is contained in:
Mikołaj Pich 2021-06-03 18:03:59 +02:00
parent ea0bdc0b05
commit 97e10257a9
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -29,7 +29,7 @@
"nodemon": "^2.0.7"
},
"engines": {
"node": "16.x"
"node": "14.x"
}
},
"node_modules/@babel/helper-validator-identifier": {

View file

@ -30,6 +30,6 @@
"nodemon": "^2.0.7"
},
"engines": {
"node": "16.x"
"node": "14.x"
}
}