From c6a8b93b7057cb21f7c04267d5bdafabbcc126fc Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 17 May 2022 12:10:59 +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 f87d55ec..990b23c1 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -21,6 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: pnpm/action-setup@v2.2.1 - uses: actions/setup-node@v3 with: cache: 'pnpm'