Skip to content

Commit 8d70578

Browse files
committed
chore: workflow node version set 22.x
1 parent 8f2f690 commit 8d70578

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 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: 4 additions & 4 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
@@ -18,7 +18,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1818
releaseToNpm: true,
1919
npmAccess: javascript.NpmAccess.PUBLIC,
2020
minNodeVersion: '18.0.0',
21-
workflowNodeVersion: '22.5.x',
21+
workflowNodeVersion: '22.x',
2222
depsUpgradeOptions: {
2323
workflowOptions: {
2424
labels: ['auto-approve', 'auto-merge'],

0 commit comments

Comments
 (0)