Skip to content

Commit 56f721d

Browse files
committed
fix(monorepo/server): try npm i instead of ci
1 parent 10f3926 commit 56f721d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: 22
4747
- name: Install dependencies
48-
run: npm ci
48+
run: npm i
4949
- name: Update nightly version
5050
run: npm run chore:ci-update-nightly-version
5151
- name: Run the build

0 commit comments

Comments
 (0)