Getting node 12 deprecation error from github workflows runner
See original GitHub issueNode.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:
- Created a year ago
- Reactions:17
- Comments:16 (4 by maintainers)
Top 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 >
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

Hey @JLLeitschuh,
we’d really appreciate it, if you could cut a release please 🙏🏻
Thanks!
@wickkidd no,
v1does 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.