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

This commit is contained in:
Elian Doran 2025-02-04 22:05:10 +02:00
parent 13239500f9
commit 51cbe12866
No known key found for this signature in database

View File

@ -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