Skip to content

Conversation

@ienaga
Copy link
Member

@ienaga ienaga commented Nov 30, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 30, 2025 23:53
Copy link

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 adds Node.js version specification to the publish workflow, ensuring a consistent Node.js environment (version 24) is used during the package publishing process.

  • Adds explicit Node.js version configuration to the publish workflow
  • Sets Node.js version to 24, aligning with the project's use of @types/node@^24.10.1

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

- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
Copy link

Copilot AI Nov 30, 2025

Choose a reason for hiding this comment

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

The node-version should be specified as a string (e.g., '24' or '24.x') rather than a number. While numeric values are accepted, using a string is the recommended practice in GitHub Actions and ensures consistent behavior across different YAML parsers.

Suggested change
node-version: 24
node-version: '24'

Copilot uses AI. Check for mistakes.
@ienaga ienaga merged commit 5670ed6 into main Dec 1, 2025
15 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.

2 participants