Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
xazhao committed Jan 10, 2025
1 parent aa84005 commit 28cea48
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-dev-deps-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const project = new CdklabsTypeScriptProject({
},
releaseToNpm: true,
gitignore: ['*.js', '*.d.ts'],
workflowNodeVersion: '18.x',
workflowNodeVersion: '20.x',
enablePRAutoMerge: true,
setNodeEngineVersion: false,
});
Expand Down

0 comments on commit 28cea48

Please sign in to comment.