fix(ci): repair github node 24 workflows

Install pnpm before enabling setup-node's pnpm cache in the Cloudflare deploy job, and make the Node 24 check workflow self-contained by providing the public build URLs directly.

These fixes address the first GitHub-hosted failures that surfaced after the Node 24 migration push without changing the application runtime.
This commit is contained in:
ThatGuySam 2026-03-15 12:58:18 -05:00
parent fcda9f0a02
commit edcc260faa
2 changed files with 9 additions and 9 deletions

View file

@ -16,17 +16,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Use Node.js 24
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: pnpm
- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
version: 10.12.1
run_install: false
- name: Use Node.js 24
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: pnpm
- name: Write Wrangler configs
run: |