Skip to content

Commit 7157ad8

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ FROM ghcr.io/actions/actions-runner:2.329.0
33
RUN sudo apt update -y && \
44
sudo apt install -y curl make bash jq
55

6-
# Install Node.js 22
6+
# Install Node.js 22 & pnpm 10
77
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - && \
8-
sudo apt-get install -y nodejs
9-
10-
# Install pnpm 10
11-
RUN npm install -g pnpm@10
8+
sudo apt-get install -y nodejs && \
9+
RUN npm install -g pnpm@10
1210

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

0 commit comments

Comments
 (0)