action-hosting-deploy icon indicating copy to clipboard operation
action-hosting-deploy copied to clipboard

Upgrade current action to use node 16 instead of 12

Open soleo opened this issue 3 years ago • 2 comments

The use case you're trying to solve

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, FirebaseExtended/action-hosting-deploy, actions/checkout

Change to the action that would solve that use case

  • Upgrade to node 16
  • Update documentation

Other considerations

soleo avatar Oct 11 '22 00:10 soleo

https://github.com/FirebaseExtended/action-hosting-deploy/pull/245/files for the changes

soleo avatar Oct 12 '22 00:10 soleo

This issue seems to be fixed (partially) by PR #246, but now v16 is deprecated, and actions must be updated to use node v20 per https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

oyvindwe avatar Jan 30 '24 12:01 oyvindwe

Fixed by #344 https://github.com/FirebaseExtended/action-hosting-deploy/pull/344

jhuleatt avatar May 20 '24 20:05 jhuleatt