Skip to content

Commit

Permalink
chore(deps): update dependency npm to v11.1.0 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: jd1048576-renovate[bot] <192009716+jd1048576-renovate[bot]@users.noreply.github.com>
  • Loading branch information
jd1048576-renovate[bot] authored Jan 31, 2025
1 parent 1d3ce99 commit 3d92bd2
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 @@ -79,7 +79,7 @@ RUN --mount=type=tmpfs,target=/root/.terraform.d set -eux; \
# renovate: datasource=node-version depName=node
ARG NODE_VERSION="22.13.1"
# renovate: datasource=npm depName=npm
ARG NPM_VERSION="11.0.0"
ARG NPM_VERSION="11.1.0"
ARG NODE_HOME="/usr/local/lib/node"
ENV PATH="${PATH}:${NODE_HOME}/bin"
RUN --mount=type=cache,target=/root/.npm --mount=type=tmpfs,target=/tmp set -eux; \
Expand Down

0 comments on commit 3d92bd2

Please sign in to comment.