Skip to content

Commit 795b81c

Browse files
feat: update workflowNodeVersion to 18.17.0 (#611)
Updating workflowNodeVersion to `18.17.0` to unblock builds in PRs. This version is LTS: https://nodejs.org/en/blog/release/v18.17.0
1 parent be22a43 commit 795b81c

File tree

9 files changed

+253
-252
lines changed

9 files changed

+253
-252
lines changed

.github/workflows/build.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/release.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/upgrade-compiler-dependencies-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.

.github/workflows/upgrade-dev-dependencies-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.

.github/workflows/upgrade-runtime-dependencies-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.

src/projects/node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export function buildNodeProjectDefaultOptions(options: Cdk8sTeamNodeProjectOpti
9797
// if release is enabled, default to releasing to npm as well
9898
releaseToNpm: options.release,
9999
minNodeVersion: '16.20.0',
100+
workflowNodeVersion: '18.17.0',
100101
depsUpgradeOptions,
101102
};
102103
}

0 commit comments

Comments
 (0)