-
Notifications
You must be signed in to change notification settings - Fork 26
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
Node 20 - Breaking Change? #97
Comments
This has broken our builds for self-hosted runners as well. |
@jkruse14 I am talking with the team now. I don't understand why this affected self hosted runners but we were using a very old version of Node. So my advice is either update to Node20 or lock to a hash, at the moment. I know this isn't the best answer but we need to weigh what is best to do. |
Chatted with the team. We are going to leave this at Thought process: If you are impacted, your path forward is to install Node20 onto the system or lock the github action to |
@jfuss - Thank you for the information and the steps to move forward. While I understand the reasoning behind the decision to leave this commit in the |
Hi,
we noticed our builds failing (using setup-sam@v2) this morning because we have no support yet for Node 20 on our self-hosted runners. Our current workaround is to target a specific commit hash right before the upgrade to Node 20.
Perhaps you should consider releasing this change as a V3?
Thanks,
Maarten
The text was updated successfully, but these errors were encountered: