question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Github is deprecating the use of node12 on all actions.

See original GitHub issue

Github 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:closed
  • Created a year ago
  • Reactions:7
  • Comments:5

github_iconTop GitHub Comments

1reaction
dkhayecommented, Oct 27, 2022

Shouldn’t we tag v1.1.2 with v1 as well, so we’ll be able to use @v1 in our workflows?

Already done

0reactions
vitalykarasikcommented, Oct 27, 2022

Thank you! Probably I misread my GH flow warnings.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found