Skip to content

Commit 69fb9e0

Browse files
committed
feat: pre-setup nodejs 22 and pnpm 10
1 parent 48b9e06 commit 69fb9e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ FROM ghcr.io/actions/actions-runner:2.329.0
22

33
RUN sudo apt update -y && \
44
sudo apt install -y curl make bash jq
5+
6+
# Install Node.js 22 and npm 10
7+
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - && \
8+
sudo apt-get install -y nodejs && \
9+
sudo npm install -g npm@10

0 commit comments

Comments
 (0)