Skip to content

Commit 7ce57bb

Browse files
committed
pnpm version 10
1 parent c6f7229 commit 7ce57bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN apk update && apk add --no-cache \
117117
RUN if [ "$RAILS_ENV" != "production" ]; then \
118118
apk add --no-cache nodejs=20.15.1-r0; \
119119
# Install pnpm and configure environment
120-
wget -qO- https://get.pnpm.io/install.sh | env PNPM_VERSION="9.15.5" ENV="$HOME/.shrc" SHELL="$(which sh)" sh - \
120+
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - \
121121
&& source /root/.shrc \
122122
&& pnpm --version; \
123123
fi

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139
"engines": {
140140
"node": ">= 20.x",
141-
"pnpm": "9.x"
141+
"pnpm": "10.x"
142142
},
143143
"husky": {
144144
"hooks": {

0 commit comments

Comments
 (0)