fix(ci): missing dependencies

This commit is contained in:
Elian Doran 2026-03-01 17:38:27 +02:00
parent 104c9ec64a
commit b35e0b906f
No known key found for this signature in database

View File

@ -24,6 +24,9 @@ jobs:
node-version: 24
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --filter source --frozen-lockfile --ignore-scripts
- name: Check version consistency
run: pnpm tsx ${{ github.workspace }}/scripts/check-version-consistency.ts ${{ github.ref_name }}
make-electron: