Skip to content

Commit

Permalink
build(deps): bump npm from 9.5.1 to 9.6.5 (#7811)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel authored Aug 31, 2023
1 parent ce31086 commit 9fbb0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion npm_and_yarn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ARG NODEJS_VERSION=18.x

# Check for updates at https://github.com/npm/cli/releases
# This version should be compatible with the Node.js version declared above. See https://nodejs.org/en/download/releases as well
ARG NPM_VERSION=9.5.1
# TODO: Upgrade to 9.6.7 depending on the outcome of https://github.com/npm/cli/issues/6742
ARG NPM_VERSION=9.6.5

# Install Node and npm
RUN curl -sL https://deb.nodesource.com/setup_$NODEJS_VERSION | bash - \
Expand Down

0 comments on commit 9fbb0c9

Please sign in to comment.