Skip to content

Commit 6f50adf

Browse files
committed
[Misc] Upgrade pnpm to 9.0.4
1 parent 4b2792c commit 6f50adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-node/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM node:20.12.2 AS node_base
2424
# Enable corepack to be able to manipulate pnpm version.
2525
RUN corepack enable
2626
# Activate and install pnpm.
27-
RUN corepack prepare pnpm@8.15.7 --activate
27+
RUN corepack prepare pnpm@9.0.4 --activate
2828
# The final docker image of the multi stage build.
2929
FROM jenkins/ssh-agent:jdk11
3030
# Copy of the location of the installed node tools.

0 commit comments

Comments
 (0)