cake-build / cake-action

:cake::octocat: Run Cake (C# Make) scripts in your GitHub Actions workflows.
https://cakebuild.net
MIT License
45 stars 13 forks source link

Update to Node20 #52

Closed alex-way closed 6 months ago

alex-way commented 8 months ago

I see that #41 was just resolved with a v2 release. I have some bad news;

Node v16 is also deprecated and have been for the last 6 months :'(

Node.js 16 actions are deprecated.

Is there any chance to update to v20?

elverado commented 1 month ago

Any timeline for the 3.0 release to silence the node 16 deprecation warning on my GH Action runs?

ecampidoglio commented 4 weeks ago

We're waiting to merge #46 before releasing v3.

In the meantime, you can reference the master branch in your workflows to get rid of the warning:

steps:
  - name: Run the Cake script
    uses: cake-build/cake-action@master