diff --git a/.github/workflows/codex.yml b/.github/workflows/codex.yml index 1ca50f499f..a105581bbc 100644 --- a/.github/workflows/codex.yml +++ b/.github/workflows/codex.yml @@ -47,6 +47,12 @@ jobs: with: node-version: 22 + - name: Setup pnpm + uses: pnpm/action-setup@v4 + with: + version: 10.8.1 + run_install: false + - name: Get pnpm store directory id: pnpm-cache shell: bash