Skip to content

Upgrade to node 24 #1093

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 8, 2025
Merged

Upgrade to node 24 #1093

merged 2 commits into from
Aug 8, 2025

Conversation

salmanmkc
Copy link
Contributor

This pull request updates the Node.js version used across the project to ensure compatibility with the latest features and improvements. The most important changes include updating the Node.js version in configuration files and dependencies.

@salmanmkc salmanmkc marked this pull request as ready for review August 7, 2025 15:25
@Copilot Copilot AI review requested due to automatic review settings August 7, 2025 15:25
@salmanmkc salmanmkc requested a review from a team as a code owner August 7, 2025 15:25
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request upgrades the Node.js version from 20 to 24 across the project to leverage the latest Node.js features and improvements. The changes ensure consistency across all Node.js version specifications in the project.

Key changes:

  • Updated minimum Node.js engine requirement from ">=20" to ">=24.0.0"
  • Changed GitHub Action runtime from node20 to node24
  • Bumped the specific Node.js version from 20.18.1 to 24.4.0

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
package.json Updated engines field to require Node.js 24.0.0 or higher
action.yml Changed GitHub Action runtime from node20 to node24
.node-version Updated specific Node.js version from 20.18.1 to 24.4.0
Comments suppressed due to low confidence (1)

action.yml:23

  • The 'node24' runtime is not yet available for GitHub Actions. As of my knowledge cutoff in January 2025, GitHub Actions only supports up to 'node20'. You should use 'node20' until 'node24' becomes officially supported.
  using: node24

@salmanmkc salmanmkc merged commit fc2c1c5 into main Aug 8, 2025
22 checks passed
@salmanmkc salmanmkc deleted the node24 branch August 8, 2025 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants