Skip to content

Commit a8988fc

Browse files
authored
Merge pull request #92 from Azure/fix/node-version-20.16
fix: update Node.js requirement to >= 20.16.0 for jsii compatibility
2 parents 3821c9f + 043d0d2 commit a8988fc

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-main.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const project = new cdktf.ConstructLibraryCdktf({
2222
],
2323
constructsVersion: "^10.3.0",
2424
typescriptVersion: "~5.9.3", // should always be the same major/minor as JSII
25-
minNodeVersion: "20.10.0",
25+
minNodeVersion: "20.16.0",
2626
defaultReleaseBranch: "main",
2727
name: "@microsoft/terraform-cdk-constructs",
2828
majorVersion: 1, // Set to version 1.0.0 for AZAPI migration

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)