From 00884bcdc53bc723ea34afb65c1bdf594008fe8e Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 12 Jun 2024 07:38:46 -0700 Subject: [PATCH] docs: use cached pnpm installation (#128) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa189f6..14c322a 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 + cache: 'pnpm' - uses: pnpm/action-setup@v4 name: Install pnpm