We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18cade commit e36d1d6Copy full SHA for e36d1d6
npm_and_yarn/Dockerfile
@@ -19,9 +19,9 @@ ARG YARN_VERSION=4.9.2
19
ARG NODEJS_VERSION=24
20
21
# 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
+# This version should be aligned with NODEJS_VERSION version declared above. See https://nodejs.org/en/download/releases as well
23
# 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
+ARG NPM_VERSION=11.6.2
25
26
# Install Node and npm
27
RUN mkdir -p /etc/apt/keyrings \
0 commit comments