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 0c87bf7 commit 718f71dCopy full SHA for 718f71d
1 file changed
.github/workflows/nodejs.yml
@@ -45,7 +45,7 @@ jobs:
45
cache: "yarn"
46
- run: yarn install --frozen-lockfile
47
- run: yarn c8 yarn test:node
48
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
fail_ci_if_error: true
0 commit comments