Skip to content

Commit a35149b

Browse files
committed
fix(action): install correctly
1 parent 66c0912 commit a35149b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
with:
1717
node-version: ${{ matrix.nodejs }}
1818

19-
- run: npm ci
19+
- run: npm install
2020
- run: npm test

0 commit comments

Comments
 (0)