Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update workflowNodeVersion to lts/* #636

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Conversation

vinayak-kukreja
Copy link
Contributor

Currently upgrade-configuration workflows are failing for cdk8s-cli: https://github.com/cdk8s-team/cdk8s-cli/actions/runs/6998871953.

This is due to us editing the workflow file and adding lts/* based on step number. This step number changes if we have workflow bootstrap steps, which would precede node step. This results in us editing the file at the incorrect spot and lead to an incorrect workflow yaml file.

Instead of editing the workflow file and relying on the step number to be correct, I am instead adding this to workflowNodeVersion property of projen projects.

Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
@sriram-mv
Copy link

Generally, LGTM.

@mergify mergify bot merged commit e3233e0 into main Nov 29, 2023
9 checks passed
@mergify mergify bot deleted the vkukreja/config-fix branch November 29, 2023 16:55
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.

3 participants