From e496d23e27af10302270e2313703352739f9591c Mon Sep 17 00:00:00 2001 From: "Evgenij (Eugene) Beloded" Date: Mon, 9 Aug 2021 08:09:12 +0700 Subject: [PATCH] Add node_modules to the list of cached resources (pnpm) Caching `node_modules` allows to make the `pnpm install` step instantaneous --- examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples.md b/examples.md index 801eda8..4edf04e 100644 --- a/examples.md +++ b/examples.md @@ -288,6 +288,7 @@ The yarn cache directory will depend on your operating system and version of `ya path: | ~/.pnpm-store D:\.pnpm-store + **/node_modules key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}