1
0
Fork 0
mirror of https://github.com/louislam/dockge.git synced 2025-04-04 23:42:20 +00:00

Update node requirement

This commit is contained in:
Louis Lam 2025-03-29 15:24:55 +08:00
parent 71e773ae9f
commit cdf13cebd0

View file

@ -3,7 +3,7 @@
"version": "1.4.2",
"type": "module",
"engines": {
"node": ">= 18.0.0 && <= 18.17.1"
"node": ">= 22.14.0"
},
"scripts": {
"fmt": "eslint \"**/*.{ts,vue}\" --fix",