parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Update GitHub workflows to use latest setup-node action

Open damianstasik opened this issue 3 years ago • 1 comments

New Feature / Enhancement Checklist

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

damianstasik avatar Jan 28 '22 18:01 damianstasik

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!