Skip to content

fix: update Node.js requirement to >= 20.16.0 for jsii compatibility#92

Merged
archit017 merged 1 commit intomainfrom
fix/node-version-20.16
Mar 4, 2026
Merged

fix: update Node.js requirement to >= 20.16.0 for jsii compatibility#92
archit017 merged 1 commit intomainfrom
fix/node-version-20.16

Conversation

@archit017
Copy link
Copy Markdown
Contributor

Summary

Fixes CI pipeline failure caused by jsii@5.9.31 requiring Node.js >= 20.16.0, but the pipeline was using Node.js 20.10.0.

Error

error jsii@5.9.31: The engine "node" is incompatible with this module. Expected version ">= 20.16.0". Got "20.10.0"

Changes

  • Updated minNodeVersion in .projenrc.ts from 20.10.0 to 20.16.0
  • Regenerated workflow files via npx projen

Files Changed

  • .projenrc.ts
  • .github/workflows/build.yml
  • .github/workflows/release.yml
  • .github/workflows/upgrade-main.yml
  • package.json

Note: This PR's CI may fail due to the chicken-and-egg problem with pull_request_target reading workflow files from main. Once merged, subsequent PRs (including cdktn) will pass.

@archit017 archit017 merged commit a8988fc into main Mar 4, 2026
6 of 7 checks passed
@archit017 archit017 deleted the fix/node-version-20.16 branch March 4, 2026 17:20
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