Skip to content

Commit 52d3356

Browse files
committed
chore(ci): install pnpm 10
1 parent 923e3f1 commit 52d3356

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - && \
88
sudo apt-get install -y nodejs
99

1010
# Install pnpm 10
11-
RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=10 sh - && \
12-
mv /root/.local/share/pnpm/pnpm /usr/local/bin/pnpm && \
13-
chmod +x /usr/local/bin/pnpm
11+
RUN npm install -g pnpm@10
1412

1513
# Install Docker Buildx
1614
RUN BUILDX_VERSION=$(curl -s "https://api.github.com/repos/docker/buildx/releases/latest" | jq -r .tag_name) && \

0 commit comments

Comments
 (0)