Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[JENKINS-75279] Bump version of node to 22.x and npm to 10.9.x #1113

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<pmd.skip>false</pmd.skip>

<!-- NPM and node versions for frontend-maven-plugin -->
<node.version>20.13.1</node.version>
<npm.version>10.8.0</npm.version>
<node.version>22.13.1</node.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the website v22.14.0 is listed as latest?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked here and found

{
    "version": "v22.13.0",
    "date": "2025-01-06",
    "files": [
      "aix-ppc64",
      "headers",
      "linux-arm64",
      "linux-armv7l",
      "linux-ppc64le",
      "linux-s390x",
      "linux-x64",
      "osx-arm64-tar",
      "osx-x64-pkg",
      "osx-x64-tar",
      "src",
      "win-arm64-7z",
      "win-arm64-zip",
      "win-x64-7z",
      "win-x64-exe",
      "win-x64-msi",
      "win-x64-zip",
      "win-x86-7z",
      "win-x86-exe",
      "win-x86-msi",
      "win-x86-zip"
    ],
    "npm": "10.9.2",
    "v8": "12.4.254.21",
    "uv": "1.49.2",
    "zlib": "1.3.0.1-motley",
    "openssl": "3.0.15+quic",
    "modules": "127",
    "lts": "Jod",
    "security": false
  },
  {
    "version": "v22.12.0",
    "date": "2024-12-02",
    "files": [
      "aix-ppc64",
      "headers",
      "linux-arm64",
      "linux-armv7l",
      "linux-ppc64le",
      "linux-s390x",
      "linux-x64",
      "osx-arm64-tar",
      "osx-x64-pkg",
      "osx-x64-tar",
      "src",
      "win-arm64-7z",
      "win-arm64-zip",
      "win-x64-7z",
      "win-x64-exe",
      "win-x64-msi",
      "win-x64-zip",
      "win-x86-7z",
      "win-x86-exe",
      "win-x86-msi",
      "win-x86-zip"
    ],
    "npm": "10.9.0",
    "v8": "12.4.254.21",
    "uv": "1.49.1",
    "zlib": "1.3.0.1-motley",
    "openssl": "3.0.15+quic",
    "modules": "127",
    "lts": "Jod",
    "security": false
  }

So v22.13.0 or higher (using 22.13.1 because I have already checked that with another plugin)

<npm.version>10.9.2</npm.version>
<nodeDownloadRoot>https://repo.jenkins-ci.org/nodejs-dist/</nodeDownloadRoot>
<npmDownloadRoot>https://repo.jenkins-ci.org/npm-dist/</npmDownloadRoot>

Expand Down
Loading