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: upgrade minNodeVersion to 18+ #1550

Merged
merged 3 commits into from
Jan 25, 2024
Merged

chore: upgrade minNodeVersion to 18+ #1550

merged 3 commits into from
Jan 25, 2024

Conversation

kaizencc
Copy link
Contributor


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

.projenrc.ts Show resolved Hide resolved
@@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we are duplicating work: #1551

You should be upgrading setup-node and checkout versions as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry. Do you want to take over? On your PR, it looks like you manually updated the files whereas you'll need to update the projenrc.ts file for any changes to stick.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These versions are controlled by projen. I don't think they are necessary to fix the broken workflow atm

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There isn't much to take over here...

A little confused why projen is needed here but it's how it is setup.

The error (which I can't find anymore) said checkout and node actions needed upgrading to node v20. Which I don't think CDK even supports.

@mergify mergify bot merged commit 89b2dc2 into main Jan 25, 2024
7 checks passed
@mergify mergify bot deleted the kaizencc-patch-2 branch January 25, 2024 21:31
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.

2 participants