fix(ci): nightly not working due to missing deps

pull/1108/head
Elian Doran 2025-02-04 22:05:10 +07:00
parent 880c1537d4
commit ca10d94acb
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

@ -34,6 +34,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
shell: bash
run: npm ci
- name: Update nightly version
run: npm run ci-update-nightly-version
- name: Run the build