From ca10d94acbeb96d089b1120902c6a32e32c455f7 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 4 Feb 2025 22:05:10 +0200 Subject: [PATCH] fix(ci): nightly not working due to missing deps --- .github/workflows/nightly.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e3d98817c..6ec8d4db1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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