t
Some checks failed
构建并部署 / build-and-deploy (push) Failing after 1m31s

This commit is contained in:
jeremygan2021
2026-02-13 19:58:15 +08:00
parent d5bdaf8b0d
commit 5328f88ad3
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# 构建阶段 # 构建阶段
FROM node:16-alpine AS builder FROM node:18-alpine AS builder
# 设置工作目录 # 设置工作目录
WORKDIR /app WORKDIR /app

8
package-lock.json generated
View File

@@ -16550,9 +16550,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.9.3", "version": "4.9.5",
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz", "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"license": "Apache-2.0", "license": "Apache-2.0",
"peer": true, "peer": true,
"bin": { "bin": {
@@ -16560,7 +16560,7 @@
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=14.17" "node": ">=4.2.0"
} }
}, },
"node_modules/unbox-primitive": { "node_modules/unbox-primitive": {