There was an error while loading. Please reload this page.
1 parent 38b3196 commit d87c18aCopy full SHA for d87c18a
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: npm run test:coverage
38
39
- name: Submit coverage
40
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
41
if: matrix.os == 'ubuntu-latest' && matrix.node == '18.x'
42
43
- name: Build
0 commit comments