Skip to content

ci: update node.js setup to use version from package.json - #576

Open
DanySK wants to merge 1 commit into
scafi:mainfrom
DanySK:main
Open

ci: update node.js setup to use version from package.json#576
DanySK wants to merge 1 commit into
scafi:mainfrom
DanySK:main

Conversation

@DanySK

@DanySK DanySK commented Apr 29, 2026

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings April 29, 2026 09:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the Release workflow’s Node.js setup to source the Node version from the repository’s package.json, aiming to keep CI Node configuration aligned with the project’s declared runtime requirements.

Changes:

  • Switch actions/setup-node from a hardcoded node-version to node-version-file: package.json in the Release job.

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

uses: actions/setup-node@v6
with:
node-version: '22.14.0'
node-version-file: package.json

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Instead of this idiotic rollback, just add .0 in the package.json file

@mergify

mergify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

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