From ac2979381fc63f56e04c79707c81d0fb0a8d57d5 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 17 May 2022 12:14:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4pnpm=20action=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index bd19edda..da6405d9 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -21,12 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.1 - with: - version: 7 - uses: actions/setup-node@v3 - with: - cache: 'pnpm' - name: build front and back run: |