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 8b22ed3 commit 3debd9dCopy full SHA for 3debd9d
.github/workflows/ci.yml
@@ -16,12 +16,13 @@ jobs:
16
node-version: [^12.22, ^14.17, ^16.4, ^17]
17
os: [ubuntu-latest, windows-latest]
18
steps:
19
- - uses: actions/checkout@v1
20
- with:
21
- fetch-depth: 1
22
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v2
+ - uses: actions/setup-node@v2
23
with:
24
node-version: ${{ matrix.node-version }}
25
- run: npm install --no-audit
26
- run: npm test
27
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v2
+ with:
+ files: coverage/lcov.info
28
+ name: ${{ matrix.os }}/${{ matrix.node-version }}
0 commit comments