8000 Update CI · avajs/typescript@0429a39 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0429a39

Browse files
committed
Update CI
1 parent c2eb369 commit 0429a39

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616
node-version: [^12.22, ^14.17, ^16.4, ^17]
1717
os: [ubuntu-latest, windows-latest]
1818
steps:
19-
- uses: actions/checkout@v1
20-
with:
21-
fetch-depth: 1
22-
- uses: actions/setup-node@v1
19+
- uses: actions/checkout@v2
20+
- uses: actions/setup-node@v2
2321
with:
2422
node-version: ${{ matrix.node-version }}
2523
- run: npm install --no-audit
2624
- run: npm test
27-
- uses: codecov/codecov-action@v1
25+
- uses: codecov/codecov-action@v2
26+
with:
27+
files: coverage/lcov.info
28+
name: ${{ matrix.os }}/${{ matrix.node-version }}

0 commit comments

Comments
 (0)
0