Skip to content

Commit 8f0731e

Browse files
committed
fix: update pnpm version
1 parent 23fa046 commit 8f0731e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - && \
99

1010
# Install pnpm 10 using corepack (skip interactive prompts)
1111
RUN sudo corepack enable && \
12-
sudo corepack prepare pnpm@10.20.0 --activate && \
12+
sudo corepack prepare pnpm@10.28.1 --activate && \
1313
sudo mkdir -p /home/runner/.npm /home/runner/.config /home/runner/.cache && \
1414
sudo chown -R runner:runner /home/runner/.npm /home/runner/.config /home/runner/.cache && \
1515
# Trigger actual pnpm download without prompts

0 commit comments

Comments
 (0)