Skip to content

Commit db83bfc

Browse files
authored
chore: update pnpm version to 10.11.1 (langgenius#20573)
1 parent 744159a commit db83bfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/post_create_command.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
npm add -g pnpm@10.8.0
3+
npm add -g pnpm@10.11.1
44
cd web && pnpm install
55
pipx install uv
66

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="takatost@gmail.com"
66
# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
77

88
RUN apk add --no-cache tzdata
9-
RUN npm install -g pnpm@10.8.0
9+
RUN npm install -g pnpm@10.11.1
1010
ENV PNPM_HOME="/pnpm"
1111
ENV PATH="$PNPM_HOME:$PATH"
1212

0 commit comments

Comments
 (0)