We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, thanks for this project! I will try it out in our projects because non-fixed version specifiers do not guarantee new versions in actions/setup-node
actions/setup-node
actions/setup-node allows for a cache configuration, which will save the cache of the package manager:
cache
- uses: actions/setup-node@v4 with: cache: 'npm' # also supports 'yarn' and 'pnpm'
What do you think about adding an example with caching too?
Implementation ideas:
actions/cache
nvm
The text was updated successfully, but these errors were encountered:
PR welcome!
Sorry, something went wrong.
PR open:
Successfully merging a pull request may close this issue.
First of all, thanks for this project! I will try it out in our projects because non-fixed version specifiers do not guarantee new versions in
actions/setup-node
actions/setup-node
allows for acache
configuration, which will save the cache of the package manager:What do you think about adding an example with caching too?
Implementation ideas:
actions/cache
nvm
workflow step exampleThe text was updated successfully, but these errors were encountered: