From 7c6e2fc86c7e7b42912ce27720088a9fd90e95e9 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Fri, 30 May 2025 11:04:05 -0700 Subject: [PATCH] fix: missed a step in #1171 for codex.yml --- .github/workflows/codex.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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