diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a01b30b..913473a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -170,10 +170,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "22" - - uses: pnpm/action-setup@v4 - with: - version: 10 - cache: true + - name: Enable pnpm via corepack + run: corepack enable - name: pnpm install, typecheck, lint, build run: | set -euxo pipefail