From 03c5c7bbea0a6d09e23ea35e25186d23ae51daf4 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 17 May 2022 12:13:26 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index ddd02437..bd19edda 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -22,7 +22,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.1 - version: 7 + with: + version: 7 - uses: actions/setup-node@v3 with: cache: 'pnpm'