-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update to Node16 #41
Comments
On it. |
@ecampidoglio Do you have an ETA for the upgrade to node 16? I am now cleaning all our workflow files and it would be handy to have the fix for cake. Thanks. |
@mabead I plan on releasing a new version this week. |
Resolved in 94fa55b. |
Thanks for the update @ecampidoglio! Could you please post an update here once you've published a new version |
I'm still getting the warning message using the latest cake-action:
|
Moving to Node.js 16 is a breaking change. As such, it's going to be part of Since the upgrade has already been merged into steps:
- name: Run the Cake script
uses: cake-build/cake-action@master If you prefer a more predictable build, you can instead reference the specific commit that contains the upgrade to Node.js 16: steps:
- name: Run the Cake script
uses: cake-build/cake-action@94fa55b4f83cee90f2621654eba6a056ae71df90 Of course, this is a temporary measure. Once |
When will v2 be released? |
Any update on a V2 release? Do you need any assistance? |
Resolved by 94fa55b. |
Version |
Running the action currently produces a warning:
The text was updated successfully, but these errors were encountered: