mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(ci): nightly not working due to missing deps
This commit is contained in:
parent
13239500f9
commit
51cbe12866
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@ -34,6 +34,9 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
- name: Install dependencies
|
||||||
|
shell: bash
|
||||||
|
run: npm ci
|
||||||
- name: Update nightly version
|
- name: Update nightly version
|
||||||
run: npm run ci-update-nightly-version
|
run: npm run ci-update-nightly-version
|
||||||
- name: Run the build
|
- name: Run the build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user