This repository was archived by the owner on Oct 13, 2023. It is now read-only.
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Please update action.yml to use Node16 #222
Open
Description
Do the checklist before filing an issue:
- [ x ] Is this related to the
actions-rs
Actions?
If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community - [ x ] You've read the Contributing section about bugs reporting: https://github.com/actions-rs/.github/blob/master/CONTRIBUTING.md#reporting-bugs
- [ Not Sure ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Description
In my project, I'm seeing deprecation warnings about Node12. They look like:
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: jetli/wasm-bindgen-action@v0.1.0, actions-rs/cargo@v1
Could you update the action.yml
file to use node16
as described in https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions
Thanks!
Workflow code
See above
Action output
See above
Expected behavior
No node12 warnings
Additional context
Add any other context about the problem here.