ci(demo): pin pnpm 10.33.0 in deploy-demo

The repo root has no package.json, so pnpm/action-setup can't infer the version
(it lives in web/package.json). Pin it explicitly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gergő Törcsvári 2026-06-19 13:34:28 +02:00
commit 4261d90683
No known key found for this signature in database
GPG key ID: 8E75F2CDE64E5322

View file

@ -47,7 +47,12 @@ jobs:
- name: Init pcbjam-shared submodule
run: git submodule update --init --depth 1 web/pcbjam-shared
# Pin pnpm explicitly: the repo root has no package.json, so action-setup
# can't infer the version from a packageManager field (it lives in
# web/package.json). Keep in sync with web/package.json's packageManager.
- uses: pnpm/action-setup@v4
with:
version: 10.33.0
- uses: actions/setup-node@v4
with:
node-version: 20