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:
1515 matrix :
1616 node-version : [^12.22, ^14.17, ^16.4]
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
2826 # FIXME: https://github.com/avajs/eslint-plugin-ava/issues/333
2927 # integration:
3028 # name: Integration tests
3129 # runs-on: ubuntu-latest
3230 # 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
3933 # - run: npm install --no-audit
4034 # - 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