Skip to content

Chore/update node fix audit#9893

Merged
deleonio merged 3 commits intodevelopfrom
chore/update-node-fix-audit
Mar 28, 2026
Merged

Chore/update node fix audit#9893
deleonio merged 3 commits intodevelopfrom
chore/update-node-fix-audit

Conversation

@deleonio
Copy link
Copy Markdown
Contributor

No description provided.

@deleonio deleonio merged commit 75399d7 into develop Mar 28, 2026
7 of 14 checks passed
@deleonio deleonio deleted the chore/update-node-fix-audit branch March 28, 2026 05:34
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Node.js version from 22 to 24 in the CI configuration. The reviewer recommends reverting to Node.js 22 to ensure stability, noting that version 24 is not yet a Long-Term Support (LTS) release.

uses: actions/setup-node@v5
with:
node-version: 22
node-version: 24
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

For better stability in the CI pipeline, it's recommended to use a Node.js version that is an active Long-Term Support (LTS) release. Node.js 24 is a 'Current' release and will not become LTS until October 2025, which could introduce instability.

Unless a feature or fix specific to Node.js 24 is required to resolve the audit issue, consider using Node.js 22, which is the next version to receive LTS status (October 2024) and is more mature than a brand-new major release. The current active LTS is Node.js 20.

        node-version: 22

@publicuibot publicuibot bot locked and limited conversation to collaborators Mar 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant