Skip to content

fix(ci): align workflow Node.js version with package engines - #1355

Open
MGPOCKY wants to merge 1 commit into
captbaritone:masterfrom
MGPOCKY:fix/ci-node-version-mismatch
Open

fix(ci): align workflow Node.js version with package engines#1355
MGPOCKY wants to merge 1 commit into
captbaritone:masterfrom
MGPOCKY:fix/ci-node-version-mismatch

Conversation

@MGPOCKY

@MGPOCKY MGPOCKY commented Jul 31, 2026

Copy link
Copy Markdown

Why

Package metadata declares engines.node / volta.node / .nvmrc as 22,24,26, but CI workflows still pin node-version to a mismatched value.

That can make CI run on a runtime the project no longer supports (or skip the version the package actually targets).

What changed

Update the affected workflow node-version pins so they satisfy 22,24,26 (using 26 where a concrete pin is needed).

  • .github/workflows/ci.yml
    • node-version: 20.xnode-version: 22.x
    • node-version: 20.xnode-version: 22.x

Test plan

  • Package engines.node / volta.node / .nvmrc is still 22,24,26
  • Updated workflows now use versions consistent with that constraint
  • Relevant CI jobs on this branch look healthy

Found while auditing CI/package version consistency across popular repos.

@netlify

netlify Bot commented Jul 31, 2026

Copy link
Copy Markdown

👷 Deploy Preview for tourmaline-kringle-c98715 processing.

Name Link
🔨 Latest commit e885e02
🔍 Latest deploy log https://app.netlify.com/projects/tourmaline-kringle-c98715/deploys/6a6c6518ae131800087159ea

@netlify

netlify Bot commented Jul 31, 2026

Copy link
Copy Markdown

Deploy Preview for tourmaline-kringle-c98715 canceled.

Name Link
🔨 Latest commit e885e02
🔍 Latest deploy log https://app.netlify.com/projects/tourmaline-kringle-c98715/deploys/6a6c6518ae131800087159ea

@MGPOCKY
MGPOCKY marked this pull request as ready for review July 31, 2026 09:06
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.

1 participant