Skip to content
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

Cache setup-node in GitHub Actions #22

Open
hkdobrev opened this issue Jul 3, 2021 · 0 comments
Open

Cache setup-node in GitHub Actions #22

hkdobrev opened this issue Jul 3, 2021 · 0 comments

Comments

@hkdobrev
Copy link
Member

hkdobrev commented Jul 3, 2021

See https://github.blog/changelog/2021-07-02-github-actions-setup-node-now-supports-dependency-caching/

We can now use the cache: npm option in all of these cases:

- name: Set up node
uses: actions/setup-node@v2
with:
node-version: '15'

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

No branches or pull requests

1 participant