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.

Getting node 12 deprecation error from github workflows runner

See original GitHub issue

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: gradle/wrapper-validation-action

I am using v1 - uses: gradle/wrapper-validation-action@v1 and that tag seems to include the bump to node 16 from last year.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:17
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
NotMyFaultcommented, Oct 15, 2022

Hey @JLLeitschuh,

we’d really appreciate it, if you could cut a release please 🙏🏻

Thanks!

4reactions
snovikovcommented, Oct 12, 2022

@wickkidd no, v1 does not include it - there is a later commit. https://github.com/gradle/wrapper-validation-action/commit/094d8354f0cc239ee6a315e3331528fbc2008041 I think, we just need a release with latest changes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Node.js 12 actions deprecation warning on github
... information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. …
Read more >
All Actions will begin running on Node16 instead of Node12
Node 12 has been out of support since April 2022, as a result we have started the deprecation process of Node 12 for...
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 >
npm install -> Error: Process completed with exit code 1
I have this github action workflow that have been working for over a year. Suddenly i get error when i get to the...
Read more >
Deprecations by version - GitLab Docs
These fields are deprecated and we plan to remove them in v1.0 of the GitLab Runner Helm chart. GitLab Runner registration token in...
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