Downgrade from Node.js 20 to Node.js 18.17.1

This commit is contained in:
Louis Lam
2023-11-26 17:28:29 +08:00
parent 7385d216a3
commit 5d33c474ec
2 changed files with 4 additions and 14 deletions

View File

@@ -2,6 +2,9 @@
"name": "dockge",
"version": "1.1.1",
"type": "module",
"engines": {
"node": ">= 18.0.0 && <= 18.17.1"
},
"scripts": {
"fmt": "eslint \"**/*.{ts,vue}\" --fix",
"lint": "eslint \"**/*.{ts,vue}\"",