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 e9ad866 commit 826e320Copy full SHA for 826e320
.github/workflows/publish.yml
@@ -59,4 +59,4 @@ jobs:
59
]
60
61
- name: Upload coverage to Codecov
62
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
.github/workflows/verify.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
if: matrix.node-version == '18.x'
33
34
35
- name: Run Build
36
run: yarn build
0 commit comments