Skip to content

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

Merged
oscard0m merged 2 commits intomainfrom
add-support-for-gh-actions-using-bahmutov-npm-install
Jul 8, 2021
Merged

Add support for gh actions using bahmutov/npm-install#14
oscard0m merged 2 commits intomainfrom
add-support-for-gh-actions-using-bahmutov-npm-install

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