Skip to content

Update Node and GitHub Actions versions to latest #91

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

salmanmkc
Copy link

Bump Node.js engine requirement to >=24 in package.json and package-lock.json. Update action.yml to use node24. Upgrade actions/checkout to v4 and actions/setup-go to v5 in the workflow. These changes ensure compatibility with the latest Node.js and GitHub Actions tooling.

Bump Node.js engine requirement to >=24 in package.json and package-lock.json. Update action.yml to use node24. Upgrade actions/checkout to v4 and actions/setup-go to v5 in the workflow. These changes ensure compatibility with the latest Node.js and GitHub Actions tooling.
@salmanmkc salmanmkc marked this pull request as ready for review August 8, 2025 10:38
@Copilot Copilot AI review requested due to automatic review settings August 8, 2025 10:38
@salmanmkc salmanmkc requested a review from a team as a code owner August 8, 2025 10:38
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 PR updates the project to use the latest Node.js and GitHub Actions versions, requiring Node.js 24 or higher and upgrading GitHub Actions to their latest versions for improved compatibility and security.

  • Bump Node.js engine requirement from Node 20 to Node 24
  • Upgrade GitHub Actions checkout and setup-go to latest versions
  • Update action runtime configuration to use node24

Reviewed Changes

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

File Description
package.json Add engines field requiring Node.js >=24
action.yml Update runtime from node20 to node24
.github/workflows/go-dependency-submission.yml Upgrade actions/checkout to v4 and actions/setup-go to v5

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.

1 participant