Skip to content

Commit

Permalink
[actions] pin codecov to v3.1.5
Browse files Browse the repository at this point in the history
this is the only one that supports node 20, and also tokenless upload
  • Loading branch information
ljharb committed Jun 19, 2024
1 parent 6a048da commit 961817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-4+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- run: rm __tests__/src/util/getComputedRole-test.js
if: ${{ matrix.node-version < 7 }}
- run: npm run test:ci
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v3.1.5

node:
name: 'node 4+'
Expand Down

0 comments on commit 961817f

Please sign in to comment.