Skip to content

Commit

Permalink
npm@latest现在不支持node16
Browse files Browse the repository at this point in the history
  • Loading branch information
Monado Toolman committed Oct 31, 2024
1 parent 58858e3 commit eb70d3a
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 @@ -46,7 +46,7 @@ RUN apt-get update && \

ENV PATH="${PATH}:/opt/ruby/bin:/opt/node/bin"

RUN npm install -g npm@latest && \
RUN npm install -g npm@8.1.0 && \
npm install -g yarn && \
gem install bundler && \
apt-get update && \
Expand Down

0 comments on commit eb70d3a

Please sign in to comment.