feat: adjust Node version to "node": "<=18.13.0"

This commit is contained in:
dancingCycle 2023-11-28 14:26:02 +01:00
parent b0e6938578
commit ca21db4574
1 changed files with 1 additions and 1 deletions

View File

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