From 13f165ee1dc2ed1ff2ed1b4d65ef16c576cb759a Mon Sep 17 00:00:00 2001 From: the1812 Date: Fri, 22 Dec 2023 09:10:23 +0800 Subject: [PATCH] Upgrade pnpm version --- .github-json/data/workflows/build.json | 2 +- .github-json/data/workflows/pull-request-check.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github-json/data/workflows/build.json b/.github-json/data/workflows/build.json index 23ffd24fb..2f72a7cfe 100644 --- a/.github-json/data/workflows/build.json +++ b/.github-json/data/workflows/build.json @@ -28,7 +28,7 @@ "name": "Install dependencies", "uses": "pnpm/action-setup@v2.2.4", "with": { - "version": "8.9.0", + "version": "8.12.1", "run_install": true } }, diff --git a/.github-json/data/workflows/pull-request-check.json b/.github-json/data/workflows/pull-request-check.json index 54fcdff6d..a3ed29327 100644 --- a/.github-json/data/workflows/pull-request-check.json +++ b/.github-json/data/workflows/pull-request-check.json @@ -17,7 +17,7 @@ "name": "Install dependencies", "uses": "pnpm/action-setup@v2.2.4", "with": { - "version": "8.9.0", + "version": "8.12.1", "run_install": true } },