diff --git a/.github/workflows/azure-deploy-f24.yml b/.github/workflows/azure-deploy-f24.yml index 0296539a22..e27954a6cc 100644 --- a/.github/workflows/azure-deploy-f24.yml +++ b/.github/workflows/azure-deploy-f24.yml @@ -39,6 +39,10 @@ jobs: - name: Install frontend repo as a dependency run: | npm install ./nodebb-frontend-f24-team-software-stars + + - name: Install NodeBB dependencies + run: | + npm install - name: Set up NodeBB run: |