Skip to content

Commit 941fc5b

Browse files
committed
ci: Install instead of clean install
1 parent 7396dfb commit 941fc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
node-version: 22.x
2020
cache: "npm"
2121

22-
- run: npm ci # Install dependencies
22+
- run: npm i # Install dependencies
2323
- run: npm run build # Build sources
2424
- run: npm run test # Run tests

0 commit comments

Comments
 (0)