Update GitHub Actions and Node.js engine requirements - #1716
Merged
Conversation
Bump actions/setup-node to v5.0.0 and actions/checkout to v5.0.0 in workflow files for improved reliability and security. Lower Node.js engine requirement to >=18 in package files and update Volta node version in website/package.json. Also remove 'git+' prefix from repository URL in package.json.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project's CI/CD infrastructure by modernizing GitHub Actions versions and adjusting Node.js version requirements. The changes focus on improving workflow security and reliability while maintaining compatibility.
- Updates GitHub Actions to their latest versions for better security and features
- Removes unnecessary 'git+' prefix from repository URL for cleaner package metadata
- Updates Volta Node.js version to latest patch release
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/test.yml |
Updates actions/setup-node to v5.0.0 and actions/checkout to v5.0.0 with commit hashes |
.github/workflows/website.yml |
Updates actions/setup-node to v5.0.0 with commit hash |
.github/workflows/publish.yml |
Updates actions/setup-node to v5.0.0 with commit hash |
package.json |
Removes 'git+' prefix from repository URL |
website/package.json |
Updates Volta node version from 20.19.2 to 20.19.4 |
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates GitHub Actions, lowers the Node.js engine requirement in package-lock.json and package.json, updates the Volta node version in website/package.json, and removes the git+ prefix from the repository URL in package.json. I have identified a high severity issue related to the Node.js engine requirement in package.json.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump actions/setup-node to v5.0.0 and actions/checkout to v5.0.0 in workflow files for improved reliability and security. Lower Node.js engine requirement to >=18 in package files and update Volta node version in website/package.json. Also remove 'git+' prefix from repository URL in package.json.