mirror of
https://github.com/zadam/trilium.git
synced 2026-03-05 06:28:11 +01:00
fix(ci): version consistency missing pnpm
This commit is contained in:
parent
0feab6d4ed
commit
02601f37d8
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -17,6 +17,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Set up node & dependencies
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
cache: 'pnpm'
|
||||
|
||||
- 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