mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
setup-node@v4 with cache: pnpm needs pnpm on PATH before it runs, but the workflow had it in the wrong order so the build failed on the first push to dev after the electron shell landed. Matches the bootstrap sequence already used in build-desktop.yml: pnpm first, then setup-node@v6 using node-version-file: .nvmrc instead of a hardcoded version. Co-authored-by: Benjamin Shafii <benjamin@openworklabs.com>