fix: missed a step in #1171 for codex.yml

This commit is contained in:
Michael Bolin
2025-05-30 11:04:05 -07:00
parent 8676185389
commit 7c6e2fc86c

View File

@@ -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