parse-dashboard
parse-dashboard copied to clipboard
Update GitHub workflows to use latest setup-node action
New Feature / Enhancement Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
Current Limitation
Currently we are using v1 for setting up Node.js along with manual dependency caching step.
Feature / Enhancement Description
We could upgrade the action to v2 and use built-in dependency caching: https://github.com/actions/setup-node#caching-packages-dependencies
This would allow us to slightly simplify workflows.
Example Use Case
Alternatives / Workarounds
3rd Party References
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!