From 4134e6de47156381d31ff74f8aabf86718858f70 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Wed, 17 Feb 2021 19:18:00 +0100 Subject: [PATCH] It is not recommended to cache node_modules (#537) 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') }} ```