Skip to content

Commit e36d1d6

Browse files
authored
Align version of npm with the NodeJS release
Reverts dependabot#13751 Fixes dependabot#13931
1 parent c18cade commit e36d1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm_and_yarn/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ ARG YARN_VERSION=4.9.2
1919
ARG NODEJS_VERSION=24
2020

2121
# Check for updates at https://github.com/npm/cli/releases
22-
# This version should be compatible with the NODEJS_VERSION version declared above. See https://nodejs.org/en/download/releases as well
22+
# This version should be aligned with NODEJS_VERSION version declared above. See https://nodejs.org/en/download/releases as well
2323
# With every major release update, also update npm_and_yarn/lib/dependabot/npm_and_yarn/npm_package_manager.rb (Section : Update instructions)
24-
ARG NPM_VERSION=11.7.0
24+
ARG NPM_VERSION=11.6.2
2525

2626
# Install Node and npm
2727
RUN mkdir -p /etc/apt/keyrings \

0 commit comments

Comments
 (0)