Skip to content

ci: upgrade Node.js from EOL v18 to v20 in update workflows #3528

@Ankitsinghsisodya

Description

@Ankitsinghsisodya

Problem

The following workflows use Node.js 18, which reached End of Life in April 2024:

  • .github/workflows/update-ca-bundle.yaml
  • .github/workflows/update-quarkus-platform.yaml
  • .github/workflows/update-springboot-platform.yaml

Running on an EOL Node.js version means no security patches and potential compatibility issues with newer packages.

Fix

  • Upgrade node-version: 18node-version: "20"

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions