diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 62fc56b..82391ae 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -14,8 +14,6 @@ jobs: with: node-version: '24' - uses: pnpm/action-setup@v4 - with: - version: 11 - run: pnpm install --frozen-lockfile shell: bash - run: pnpm test