You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the carvel-setup-action, from October 23rd, GitHub will start producing a message warning about the future deprecation (Spring 2024) of any Node.js 16 actions due to the fact that Node 16 has reached end of life.
GitHub recommends maintainers to start migrating their actions to Node 20.
The text was updated successfully, but these errors were encountered:
ThomasVitale
changed the title
GH is deprecating Node.js 16 actions. Upgrade to Node >= 20 needed
GH is deprecating Node.js 16 actions. Upgrade to Node 20 needed
Sep 24, 2023
* Upgrade Node 16 to Node 20
Fixesgh-299
Signed-off-by: Thomas Vitale <[email protected]>
* Migrate from @zeit/ncc to @vercel/ncc
The @zeit/ncc library is no longer maintained
and doesn't support Node 20.
Migrating to @vercel/ncc is recommended.
Fixesgh-299
Signed-off-by: Thomas Vitale <[email protected]>
* Update package-lock file
Re-generate package-lock file after migrating
from @zeit/ncc to @vercel/ncc
Signed-off-by: Thomas Vitale <[email protected]>
* Update index.js
Signed-off-by: Thomas Vitale <[email protected]>
* fix: specific version e2e test
Signed-off-by: Thomas Vitale <[email protected]>
---------
Signed-off-by: Thomas Vitale <[email protected]>
When using the
carvel-setup-action
, from October 23rd, GitHub will start producing a message warning about the future deprecation (Spring 2024) of any Node.js 16 actions due to the fact that Node 16 has reached end of life.GitHub recommends maintainers to start migrating their actions to Node 20.
More information: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
The text was updated successfully, but these errors were encountered: