From efab95ef8e773e610f31ccf73181b6241af7a53a Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Wed, 17 Feb 2021 17:53:08 +0100 Subject: [PATCH] It is not recommended to cache node_modules According to the docs of this repo, so the example should not show it --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8c0a808..07f12e8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu path: | ~/cache !~/cache/exclude - **/node_modules key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} ```