From 0f40ef5a10aa3b9a04f9105668b4bf7c69c3ae83 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Fri, 30 May 2025 11:04:41 -0700 Subject: [PATCH] fix: missed a step in #1171 for codex.yml (#1172) Missed in my copy/paste. --- .github/workflows/codex.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codex.yml b/.github/workflows/codex.yml index 1ca50f49..a105581b 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