Update Node.js warning
See original GitHub issueHello,
When running a workflow containing the shimataro/ssh-key-action@v2
, I receive the following warning:
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: shimataro/ssh-key-action
Issue Analytics
- State:
- Created a year ago
- Reactions:19
- Comments:6 (2 by maintainers)
Top Results From Across the Web
how to update warn deprecated - node.js - Stack Overflow
npm WARN deprecated core-js@2.6.10: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, ...
Read more >How to Update Node.js Packages? - Level Up Coding
Method 1: Update all Node packages with NPM Warning: It won't update packages with the major releases! If you want major releases, check...
Read more >Download & Update Node.js to the Latest Version! Node v19 ...
Direct download links to update to the latest Node.js versions: Node v19.0.0 / LTS v16.18.0.
Read more >Node.js Process warning Event - GeeksforGeeks
The 'warning' is an event of class Process within the process module which is emitted whenever Node.js emits a process warning. Syntax:.
Read more >Solved: Forge CLI keeps warning me to update Node to LTS e...
I just installed Forge CLI ( forge --version outputs 6.1.0 ) on windows and running through the setup it keeps showing WARNING about...
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 Free
Top 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
I just published a similar action inspired by this one, but build as a composite action and with bash commands only. You might want to give it a try.
Thank you for your report! I merged fix PR (#208, #216), new version will be released in a few days or weeks!