notiz-dev / notiz

Frontend for notiz.dev. Built with Angular and Scully 👋
https://notiz.dev
67 stars 9 forks source link

chore(ci): cache node_modules #123

Closed marcjulian closed 3 years ago

github-actions[bot] commented 3 years ago

Visit the preview URL for this PR (updated for commit 36faed8):

https://notiz-dev--pr123-feature-cache-node-m-yverp75l.web.app

(expires Sun, 20 Dec 2020 18:01:34 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

marcjulian commented 3 years ago

@garygrossgarten caching node_modules now. GitHub Cache action does not recommend caching of node_modules

Note: It is not recommended to cache node_modules, as it can break across Node versions and won't work with npm ci

https://github.com/actions/cache/blob/main/examples.md#node---npm