ci(workflow): add cache to workflows using actions/setup-node #70
Reference in New Issue
Block a user
Delete Branch "add-cache-to-node-workflows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Add
cacheto workflows usingactions/setup-nodeContext
setup-nodeGitHub 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/
🤖 This PR has been generated automatically by this octoherd script, feel free to run it in your GitHub user/org repositories! 💪🏾
Sorry everybody, my bad. I guess I need some sleep now, LOL ;-)
Hello @oscard0m. I'm going to close the issue because CI only uses setup-node to install built Nodejs. It does not install any dependencies.
Pull request closed