From f92eb0edb6280e39d761be5ae27d1ec708026482 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Tue, 25 Jul 2023 13:50:35 +0700 Subject: [PATCH] docs: update pnpm version in readme fixes https://github.com/pnpm/action-setup/issues/89 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e24f1ee..b3009a8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ jobs: steps: - uses: pnpm/action-setup@v2 with: - version: 6.0.2 + version: 8 ``` ### Install pnpm and a few npm packages @@ -83,7 +83,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 6.0.2 + version: 8 run_install: | - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies]