From 513de1a7922bfc6cc73f9814a912885ff4f5c43b Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 17 May 2022 12:12:25 +0800 Subject: [PATCH] =?UTF-8?q?pnpm=20action=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 990b23c1..ddd02437 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -22,6 +22,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.1 + version: 7 - uses: actions/setup-node@v3 with: cache: 'pnpm'