From 49a70f556efcf140300c256c17d69bc868c2c028 Mon Sep 17 00:00:00 2001 From: "Evgenij (Eugene) Beloded" Date: Mon, 9 Aug 2021 08:59:16 +0700 Subject: [PATCH] pnpm example: add -pnpm- in cache key --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 4edf04e..4b559c9 100644 --- a/examples.md +++ b/examples.md @@ -289,7 +289,7 @@ The yarn cache directory will depend on your operating system and version of `ya ~/.pnpm-store D:\.pnpm-store **/node_modules - key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} + key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }} ```