Skip to content

Commit 4bebc8d

Browse files
committed
ci: use npm ci in build workflow
Replace npm install with npm ci for faster, more reliable builds with reproducible dependency installation.
1 parent 2f05c50 commit 4bebc8d

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)