Skip to content

Commit 913b252

Browse files
committed
chore(ci): fix scripts
1 parent 69f13c3 commit 913b252

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ RUN sudo apt update -y && \
55

66
# 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-
npm install -g pnpm@10
8+
sudo apt-get install -y nodejs
9+
10+
# Install pnpm 10
11+
RUN npm install -g pnpm@10
1012

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

0 commit comments

Comments
 (0)