From 1c3050d6efdd8643ca5498fbce7af516228d0859 Mon Sep 17 00:00:00 2001 From: binaryify Date: Wed, 27 Dec 2023 14:00:06 +0800 Subject: [PATCH] =?UTF-8?q?update:=20pkg=20=E6=89=93=E5=8C=85=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=20node=20=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fb303dd..da3bdb9 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "lint": "eslint \"**/*.{js,ts}\"", "lint-fix": "eslint --fix \"**/*.{js,ts}\"", "prepare": "husky install", - "pkgwin": "pkg . -t node14-win-x64 -C GZip -o bin/app --no-bytecode", - "pkglinux": "pkg . -t node14-linux-x64 -C GZip -o bin/app --no-bytecode", - "pkgmacos": "pkg . -t node14-macos-x64 -C GZip -o bin/app --no-bytecode" + "pkgwin": "pkg . -t node18-win-x64 -C GZip -o bin/app --no-bytecode", + "pkglinux": "pkg . -t node18-linux-x64 -C GZip -o bin/app --no-bytecode", + "pkgmacos": "pkg . -t node18-macos-x64 -C GZip -o bin/app --no-bytecode" }, "bin": "./app.js", "pkg": {