We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b9e06 commit 69fb9e0Copy full SHA for 69fb9e0
Dockerfile
@@ -2,3 +2,8 @@ FROM ghcr.io/actions/actions-runner:2.329.0
2
3
RUN sudo apt update -y && \
4
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