From d2613e087f2e0aa841925861c5a5f7395d552177 Mon Sep 17 00:00:00 2001 From: Steven Yung Date: Wed, 27 Sep 2023 18:17:23 +0200 Subject: [PATCH] docs: update pnpm version in caching example (#94) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3606ef2..5a6f130 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ jobs: - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory