Skip to content

Commit 3c1fdc8

Browse files
committed
Fix CI workflow to use npm install
1 parent 7fe587c commit 3c1fdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
node-version: '20'
1616
cache: 'npm'
17-
- run: npm ci
17+
- run: npm install
1818
- run: npm test -- --coverage --silent
1919

0 commit comments

Comments
 (0)