This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch feat/1.3.1/ui
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
The following commit(s) were added to refs/heads/feat/1.3.1/ui by this push:
new b04fcb65 fix: pnpm version use 8.9.2
b04fcb65 is described below
commit b04fcb653890b7cfd4730f245c198e5990f5ab89
Author: shuai <[email protected]>
AuthorDate: Thu Apr 18 10:49:10 2024 +0800
fix: pnpm version use 8.9.2
---
Dockerfile | 2 +-
ui/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 6278e1a5..bd5f8768 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,7 +34,7 @@ ARG CGO_EXTRA_CFLAGS
COPY . ${BUILD_DIR}
WORKDIR ${BUILD_DIR}
-RUN apk --no-cache add build-base git bash nodejs npm && npm install -g
pnpm@latest \
+RUN apk --no-cache add build-base git bash nodejs npm && npm install -g
[email protected] \
&& make clean build
RUN chmod 755 answer
diff --git a/ui/package.json b/ui/package.json
index 61937d2a..bfdf7fd2 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -87,7 +87,7 @@
"typescript": "^4.9.5",
"yaml-loader": "^0.8.0"
},
- "packageManager": "pnpm@^9",
+ "packageManager": "[email protected]",
"engines": {
"node": ">=16.17",
"pnpm": ">=8"