Skip to content

Commit 0db80e4

Browse files
committed
Update CI config
1 parent 2ff727a commit 0db80e4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Install and test @ava/cooperate
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
paths-ignore:
88
- '*.md'
@@ -15,15 +15,13 @@ jobs:
1515
matrix:
1616
node-version: [^12.22, ^14.17, ^16.4, ^17]
1717
steps:
18-
- uses: actions/checkout@v1
19-
with:
20-
fetch-depth: 1
21-
- uses: actions/setup-node@v1
18+
- uses: actions/checkout@v2
19+
- uses: actions/setup-node@v2
2220
with:
2321
node-version: ${{ matrix.node-version }}
2422
- run: npm install --no-audit
2523
- run: npm test
26-
- uses: codecov/codecov-action@v1
24+
- uses: codecov/codecov-action@v2
2725
with:
2826
file: coverage/lcov.info
2927
name: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)