chore: adjust node version to v18.19.0

This commit is contained in:
dancingCycle 2024-01-03 21:57:43 +01:00
parent 05621e1e7d
commit 09636ab141
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -24,7 +24,7 @@
"nodemon": "3.0.1"
},
"engines": {
"node": "<=18.13.0"
"node": "<=18.19.0"
}
},
"node_modules/abbrev": {

View File

@ -18,7 +18,7 @@
"bugs": "https://git.wtf-eg.de/dancesWithCycles/gtfs-display/issues",
"license": "GPL-3.0-or-later",
"engines": {
"node": "<=18.13.0"
"node": "<=18.19.0"
},
"scripts": {
"dev": "nodemon index.js",