-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
chore(actions): add cache to NPM dependencies on GitHub actions #888
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
chore(actions): add cache to NPM dependencies on GitHub actions #888
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tannerlinsley/react-query/95di1s8bp |
|
Nice! Could you add this to react-table and react-charts, and react-virtual too? 😉 |
Sure! |
|
@tannerlinsley one note regarding the The action is throwing the following error: You can follow these steps to fix the issue: Log in to npm npm loginChange 2FA mode to auth-only npm profile enable-2fa auth-onlyOr we can revert the |
|
I haven’t changed anything And It was working before. You sure it’s Pulling from the right env variable?
Tanner Linsley
…On Aug 19, 2020, 11:42 PM -0600, Rui Saraiva ***@***.***>, wrote:
@tannerlinsley one note regarding the NPM_TOKEN you have configured on the project.
The action is throwing the following error:
You can follow this steps to fix the issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'm using the same variables you have before. I'm going to revert to the previously working semantic release step code. #895 895 |
|
🎉 This PR is included in version 2.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@tannerlinsley Here they are: |

This uses bahmutov/npm-install to install NPM dependencies with caching without any configuration.
Also uses cycjimmy/semantic-release-action as a wrapper for Semantic Release.