diff --git a/.gitea/workflows/quality-gate.yml b/.gitea/workflows/quality-gate.yml index 880d9ca..7ed4497 100644 --- a/.gitea/workflows/quality-gate.yml +++ b/.gitea/workflows/quality-gate.yml @@ -69,5 +69,14 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: "22" + + - run: corepack enable + - run: corepack prepare pnpm@11.11.0 --activate + + - run: pnpm install --frozen-lockfile + - name: Run component tests (Docker) - run: pnpm test:component \ No newline at end of file + run: pnpm test:component