From 312aaf18decd3d81d669ffb941bd68803d7d149c Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 17 May 2022 12:18:29 +0800 Subject: [PATCH] =?UTF-8?q?action=E5=AE=89=E8=A3=85pnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index da6405d9..39d93461 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -21,6 +21,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: pnpm/action-setup@v2.2.1 + with: + version: 7 + run_install: false - uses: actions/setup-node@v3 - name: build front and back