Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11a80ca

Browse files
committed
Update workflow
1 parent 6abeee4 commit 11a80ca

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
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
- run: npm ci
21+
- run: npm install
2222
- run: npm test
2323
- uses: codecov/codecov-action@v5
2424
with:

0 commit comments

Comments
 (0)