Skip to content

Commit 961817f

Browse files
committedJun 19, 2024··
[actions] pin codecov to v3.1.5
this is the only one that supports node 20, and also tokenless upload
1 parent 6a048da commit 961817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/node-4+.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- run: rm __tests__/src/util/getComputedRole-test.js
103103
if: ${{ matrix.node-version < 7 }}
104104
- run: npm run test:ci
105-
- uses: codecov/codecov-action@v3
105+
- uses: codecov/codecov-action@v3.1.5
106106

107107
node:
108108
name: 'node 4+'

0 commit comments

Comments
 (0)
Please sign in to comment.