Github is deprecating the use of node12 on all actions.
See original GitHub issueGithub will be deprecating the use of node12 on all Github Actions. The warning message as such:
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: aws-actions/amazon-ecs-render-task-definition
It seems, I can’t find any updates on this repo for this issue. Other aws-actions are being updated and are at different stages.
Do you guys plan to update it? Thanks
Issue Analytics
- State:
- Created a year ago
- Reactions:7
- Comments:5
Top Results From Across the Web
Node.js 12 actions deprecation warning on github
In several CI runs, I see a warning like Node.js 12 actions are deprecated. For more information see: ...
Read more >Node.js 12 actions are deprecated · Issue #11 - GitHub
The GitHub Actions workflow gives the following annotation while running the action. Node.js 12 actions are deprecated.
Read more >Github actions for Rust shows Node.js warning (12 - 16)
And, as stated in that quote, the use of Node.js 12 in actions has recently become deprecated. Support for Node.js 12 will not...
Read more >Drop of Node.js 12 support and deprecation of Node.js 14 ...
We urge all users not already on Node.js 16 to upgrade as soon as ... name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@v1.6 ...
Read more >Why and how to adopt actions/checkout@v3 in your GitHub ...
Nearly all GitHub Action workflows need to checkout a Git repository at a ... Why Because the latest v2 version (= v2.5.0) still...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Already done
Thank you! Probably I misread my GH flow warnings.