If you are using setup-node actions in your workflow it caches dependencies using actions/cache under the hood so that you don't need to add all of that in your code.
Caching is turned off by default but you can enable it adding the cache input parameter:
If you are using
setup-nodeactions in your workflow it caches dependencies usingactions/cacheunder the hood so that you don't need to add all of that in your code.Caching is turned off by default but you can enable it adding the
cacheinput parameter: