fix(monorepo/server): try npm i instead of ci

This commit is contained in:
Elian Doran 2025-04-19 21:26:48 +03:00
parent 10f392642a
commit 371234af47
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ runs:
# Build setup
- name: Install dependencies
shell: ${{ inputs.shell }}
run: npm ci --workspaces
run: npm i
- name: Update build info
shell: ${{ inputs.shell }}

View File

@ -45,7 +45,7 @@ jobs:
with:
node-version: 22
- name: Install dependencies
run: npm ci
run: npm i
- name: Update nightly version
run: npm run chore:ci-update-nightly-version
- name: Run the build