From 9937aa412ba48fa3c7a4e4b797baa57da6c1c4c6 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Wed, 20 Nov 2024 17:35:28 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d65750b..fa58bc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,6 @@ jobs: with: node-version: 20 - - name: setup pnpm - uses: pnpm/action-setup@v4.0.0 - - name: Install dependencies run: pnpm i @@ -38,9 +35,6 @@ jobs: with: node-version: 20 - - name: setup pnpm - uses: pnpm/action-setup@v4.0.0 - - name: Install dependencies run: pnpm i