Skip to content

Commit 6605e6a

Browse files
committed
Chore: Fix ci.
1 parent ad2e573 commit 6605e6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717

1818
- name: 📥 Download deps
1919
working-directory: "web"
20-
run: npm install
20+
run: |
21+
npm install -g npm@latest
22+
npm cache clean --force
23+
npm install
2124
2225
- name: 🏗 Run build script
2326
working-directory: "web"

0 commit comments

Comments
 (0)