mirror of
https://github.com/zadam/trilium.git
synced 2026-03-04 05:55:29 +01:00
fix(ci): missing dependencies
This commit is contained in:
parent
104c9ec64a
commit
b35e0b906f
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user