-
Notifications
You must be signed in to change notification settings - Fork 877
ci(workflow): add cache to workflows using actions/setup-node #1152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(workflow): add cache to workflows using actions/setup-node #1152
Conversation
There is way to many changes to whitespace here that I can't even see what the substantive change was. If the whitespace changes are removed, I'll be happy to review. |
You can see the changes without whitespaces in this link: https://github.com/Python-Markdown/markdown/pull/1152/files?diff=unified&w=1 If still is noisy I can remove those whitespaces (it's the result of running prettier to the file but I can remove these indentations if you want) |
Yes, please do. |
Description
Add
cache
to workflows usingactions/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/
Fix #1153
🤖 This PR has been generated automatically by this octoherd script, feel free to run it in your GitHub user/org repositories! 💪🏾