From 132214e944867e55e4b6a2557c6a722bdd70327a Mon Sep 17 00:00:00 2001 From: xiaosen <53360843+xiaosen7@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:30:39 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75a2313..3c2a22d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,6 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 - with: - node-version: 20 - cache: "pnpm" - name: Install dependencies run: corepack enable && corepack install && pnpm install --frozen-lockfile