File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -15,27 +15,21 @@ jobs:
15
15
matrix :
16
16
node-version : [^12.22, ^14.17, ^16.4]
17
17
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
22
20
with :
23
21
node-version : ${{ matrix.node-version }}
24
22
- run : npm install --no-audit
25
23
- run : npm test
26
- - uses : codecov/codecov-action@v1
24
+ - uses : codecov/codecov-action@v2
27
25
28
26
# FIXME: https://github.com/avajs/eslint-plugin-ava/issues/333
29
27
# integration:
30
28
# name: Integration tests
31
29
# runs-on: ubuntu-latest
32
30
# steps:
33
- # - uses: actions/checkout@v1
34
- # with:
35
- # fetch-depth: 1
36
- # - uses: actions/setup-node@v1
37
- # with:
38
- # node-version: ^14
31
+ # - uses: actions/checkout@v2
32
+ # - uses: actions/setup-node@v2
39
33
# - run: npm install --no-audit
40
34
# - run: npm run integration
41
- # - uses: codecov/codecov-action@v1
35
+ # - uses: codecov/codecov-action@v2
You can’t perform that action at this time.
0 commit comments