Node.js 12 actions are deprecated
See original GitHub issueRunning the GitHub action results in a warning:
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "coverage/lcov.info"
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: coverallsapp/github-action
For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Issue Analytics
- State:
- Created a year ago
- Reactions:25
- Comments:6
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)
The GitHub actions mentioned in that quote are themselves dependent on Node.js, specifically on major version 12 of Node.js.
Read more >Node.js 12 is being deprecated - Vercel
Following the release of Node.js 16 last week, Vercel is announcing the deprecation of Node.js 12, which reached its official end of life...
Read more >Drop of Node.js 12 support and deprecation of Node.js 14 ...
Today, we are letting you know that on September 15th the use of Node.js 12 will no longer be supported by SonarCloud. We...
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
The PR https://github.com/coverallsapp/github-action/pull/139 address it
Any news?