From 9ffbb57215afe5b055dee62ca8d5e99a337df3f8 Mon Sep 17 00:00:00 2001 From: thinkasany <480968828@qq.com> Date: Wed, 4 Sep 2024 11:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore:=20remove=20ci=20pnpm=20ve?= =?UTF-8?q?rsion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/preview.yml | 2 -- .github/workflows/test.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 534fe10..a366739 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -13,8 +13,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: 9.8.0 - uses: afc163/surge-preview@v1 id: preview_step diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d8a60c..f0054d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,8 +9,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: 9.8.0 - name: Setup Node.js environment uses: actions/setup-node@v3