Skip to content

ci(workflow): add cache to workflows using actions/setup-node #187

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

Merged
merged 2 commits into from
Jul 6, 2021
Merged

ci(workflow): add cache to workflows using actions/setup-node #187

merged 2 commits into from
Jul 6, 2021

Conversation

oscard0m
Copy link
Contributor

@oscard0m oscard0m commented Jul 4, 2021

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/

Fix #188


🤖 This PR has been generated automatically by this octoherd script, feel free to run it in your GitHub user/org repositories! 💪🏾

@oscard0m oscard0m requested a review from benmccann July 5, 2021 10:44
@benmccann benmccann merged commit 8bc5ee4 into sveltejs:master Jul 6, 2021
@oscard0m oscard0m deleted the add-cache-to-node-workflows branch July 16, 2021 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

To add cache option to GitHub workflows using setup-node
2 participants