diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index d1baafa..3033b33 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -31,8 +31,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - uses: pnpm/action-setup@v4 name: Install pnpm - with: - version: 10 - name: git config run: | git config --global user.name "${{ github.event.pusher.name }}"