Node.js 12 deprecation warning
See original GitHub issueI’m getting 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: conda-incubator/setup-miniconda
Not sure how these actions work. Does updating @types/node in package.json
solve it?
Edit: I see using: "node12"
in action.yml - that’s (at minimum) what needs to change.
(Or is this project dead?)
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:5 (3 by maintainers)
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 >Announcing the end of support for Node.js 12.x in the AWS ...
mjs ... NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will no longer support Node.js v12.22.12 on November 1, 2022. To continue ...
Read more >Node.js 12 is being deprecated - Vercel
js 16 last week, Vercel is announcing the deprecation of Node. js 12, which reached its official end of life on April 30th...
Read more >Drop of Node.js 12 support and deprecation of Node.js 14 ...
js 14 (which will be considered EOL by the OpenJS Foundation in April 2023) is now deprecated in Sonar products, and that support...
Read more >Deprecated APIs | Node.js v19.3.0 Documentation
Deprecated APIs#. Node.js APIs might be deprecated for any of the following reasons: Use of the API is unsafe. An improved alternative API...
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
Hi @asmaloney will update the action and make a new release!
Thanks for the heads up
It is not 😃 !
Maybe someone here can review PR ( https://github.com/conda-incubator/setup-miniconda/pull/252 )?