Skip to content

Commit 20e87b6

Browse files
committed
update codeconv action to match ^20
1 parent e7385b9 commit 20e87b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- run: npm run test:ci
7575

7676
# only upload coverage on one node version
77-
- if: matrix.node == 20
77+
- if: startsWith(matrix.node, '^20')
7878
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@5.5.2
7979

8080
lint:

0 commit comments

Comments
 (0)