Skip to content

Conversation

@jonrohan
Copy link
Member

No description provided.

@jonrohan jonrohan requested a review from a team as a code owner January 15, 2026 17:36
Copilot AI review requested due to automatic review settings January 15, 2026 17:36
Copy link
Contributor

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 updates the Node.js version from 20 to 24 in the publish workflow to modernize the build environment.

Changes:

  • Updated node-version from 20 to 24 in the publish workflow configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

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

The Node.js version in the publish workflow (24) is now inconsistent with the CI workflow at .github/workflows/nodejs.yml which uses version '20.x'. Consider updating both workflows to use the same Node.js version to ensure consistent build and test behavior across environments.

Suggested change
node-version: 24
node-version: '20.x'

Copilot uses AI. Check for mistakes.
@jonrohan jonrohan merged commit 2a2d4f2 into main Jan 15, 2026
11 checks passed
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.

3 participants