Skip to content

Commit

Permalink
Merge pull request #692 from i-doit/update-toolchain-2024-34
Browse files Browse the repository at this point in the history
fix(chore): Updated toolchain
  • Loading branch information
patfeiler authored Aug 14, 2024
2 parents a36ea8c + ffa48ca commit d9a9a1d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 52 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-ci
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN touch /var/mail/ubuntu; \
WORKDIR /tmp/

# Node.js and NPM:
ARG NODE_VERSION=20.14.0
ARG NPM_VERSION=10.8.1
ARG NODE_VERSION=20.16.0
ARG NPM_VERSION=10.8.2
RUN curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n \
-o /usr/local/bin/n; \
chmod 0755 /usr/local/bin/n; \
Expand Down
76 changes: 26 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9a9a1d

Please sign in to comment.