Skip to content

Commit b3c2f9c

Browse files
committed
downgrade nodejs runtime to 22.6
1 parent 463164d commit b3c2f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN cd /tmp && \
3636
# https://github.com/tj/n#installation
3737
RUN curl --location https://raw.githubusercontent.com/tj/n/master/bin/n --output /usr/local/bin/n && \
3838
chmod a+x /usr/local/bin/n && \
39-
n 22.9.0
39+
n 22.6.0
4040

4141

4242
# Install Node.js packages

0 commit comments

Comments
 (0)