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.

Node.js 12 actions are deprecated

See original GitHub issue

Running 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:open
  • Created a year ago
  • Reactions:25
  • Comments:6

github_iconTop GitHub Comments

4reactions
robsonpeixotocommented, Dec 24, 2022
2reactions
euberdevelopercommented, Nov 17, 2022

Any news?

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

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