Skip to content

Commit 6dedf13

Browse files
committed
fix(cicd): build workflow to use npm ci
1 parent bfaa884 commit 6dedf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: 18
2323

2424
- name: Install dependencies
25-
run: npm install
25+
run: npm clean-install
2626
env:
2727
CI: true
2828

0 commit comments

Comments
 (0)