From dac55a5f33639bef91f0a11afe787906195b6dfa Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Thu, 26 May 2022 11:08:24 +0800 Subject: [PATCH] chore(ci): remove pnpm version config (#8337) --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 652772a8d5d12a..cc91df0ed32f7c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,8 +19,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 - with: - version: 6 - name: Set node version to 16.x uses: actions/setup-node@v3