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 8787c12 commit a410056Copy full SHA for a410056
Dockerfile
@@ -31,12 +31,12 @@ RUN cd /tmp && \
31
chmod a+rx /opt/bin/*
32
33
34
-# Install Node.js 23.x
+# Install Node.js 22.x
35
# https://nodejs.dev/en/download/
36
# https://github.com/tj/n#installation
37
RUN curl --location https://raw.githubusercontent.com/tj/n/master/bin/n --output /usr/local/bin/n && \
38
chmod a+x /usr/local/bin/n && \
39
- n 23.11.1
+ n 22.16.0
40
41
42
# Install Node.js packages
0 commit comments