Skip to content

Commit

Permalink
downgrade node version to 22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Sep 21, 2024
1 parent b6d4a71 commit eeb8203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN cd /tmp && \
# https://github.com/tj/n#installation
RUN curl --location https://raw.githubusercontent.com/tj/n/master/bin/n --output /usr/local/bin/n && \
chmod a+x /usr/local/bin/n && \
n 22.7.0
n 22.6.0


# Install Node.js packages
Expand Down

0 comments on commit eeb8203

Please sign in to comment.