Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abeee4 commit 11a80caCopy full SHA for 11a80ca
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node-version }}
21
- - run: npm ci
+ - run: npm install
22
- run: npm test
23
- uses: codecov/codecov-action@v5
24
0 commit comments