Skip to content

Commit f0723f6

Browse files
committed
chore: use npm CI
1 parent 8501bce commit f0723f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: "22"
2323

2424
- name: Install dependencies
25-
run: npm install
25+
run: npm ci
2626

2727
- name: Run tests
2828
run: npm test

0 commit comments

Comments
 (0)