diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8f42fbaf..15a1b286 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,11 +14,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6.0.3 - - name: Setup pnpm - uses: pnpm/action-setup@v6.0.8 - with: - version: 11 - cache: true - name: Setup Node, install dependencies, and cache node modules, build dist artifacts uses: ./.github/build-artifacts with: