Skip to content

Commit 69f13c3

Browse files
committed
chore(ci): fix scripts
1 parent 7157ad8 commit 69f13c3

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
@@ -6,7 +6,7 @@ RUN sudo apt update -y && \
66
# Install Node.js 22 & pnpm 10
77
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - && \
88
sudo apt-get install -y nodejs && \
9-
RUN npm install -g pnpm@10
9+
npm install -g pnpm@10
1010

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

0 commit comments

Comments
 (0)