Skip to content

Commit fcd8f0a

Browse files
caidanwclaude
andcommitted
ci: use npm ci in build workflow
Replace npm install with npm ci for faster, more reliable builds with reproducible dependency installation. Co-Authored-By: Claude <[email protected]>
1 parent de8d628 commit fcd8f0a

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)