Skip to content

Add support for gh actions using bahmutov/npm-install #14

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

Conversation

oscard0m
Copy link
Owner

@oscard0m oscard0m commented Jul 8, 2021

📝 Summary

  • Cover use case of GitHub Actions using bahmutov/npm-install as method of caching npm dependencies in GH Actions

⛱ Motivation and Context

Fix #13

@oscard0m oscard0m merged commit 05dc361 into main Jul 8, 2021
@oscard0m oscard0m deleted the add-support-for-gh-actions-using-bahmutov-npm-install branch July 8, 2021 20:21
oscard0m added a commit that referenced this pull request Jul 18, 2021
…s cache (#14)

* feat(yaml-parser): replace bahmutov/npm-install for npm ci if uses cache

* test(yaml-parser): add coverage for bahmutov/npm-install use case
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.

If cache applied, replace - uses: bahmutov/npm-install@v1 step by - run: npm ci
1 participant