diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70c4cfe..2039cec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,6 @@ jobs: fetch-depth: '0' - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: 9 - name: Setup Node uses: actions/setup-node@v4 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 83b24f0..07e640d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,8 +25,6 @@ jobs: fetch-depth: 0 - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: 9 - name: Setup Node uses: actions/setup-node@v4 with: