Skip to content

Conversation

coliff
Copy link
Member

@coliff coliff commented Sep 8, 2025

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.

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.
@coliff coliff requested a review from thedaviddias as a code owner September 8, 2025 14:43
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Sep 8, 2025
@coliff coliff requested a review from Copilot September 8, 2025 14:44
Copy link
Contributor

@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'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

Copy link
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 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.

@coliff coliff merged commit 06ec338 into main Sep 8, 2025
7 checks passed
@coliff coliff deleted the dev/coliff/config--updates branch September 8, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant