We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad6429 commit 270c90bCopy full SHA for 270c90b
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
node-version: ${{matrix.node}}
10
- run: npm install
11
- run: npm test
12
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
13
strategy:
14
matrix:
15
node:
0 commit comments