Add `cache` to workflows using `actions/setup-node`
Created by: oscard0m
Description
Add cache
to workflows using actions/setup-node
Context
setup-node
GitHub Action just released a new option to add cache to steps using it.
You can find the details here: https://github.blog/changelog/2021-07-02-github-actions-setup-node-now-supports-dependency-caching/