File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - uses : actions/setup-node@v2-beta
13
+ - uses : actions/setup-node@v2
14
14
with :
15
- node-version : 14 .x
15
+ node-version : 16 .x
16
16
- name : Install dependencies
17
17
run : npm install
18
18
- name : Run ESLint
@@ -23,16 +23,16 @@ jobs:
23
23
runs-on : ubuntu-latest
24
24
strategy :
25
25
matrix :
26
- node-version : [10.x, 12.x, 14.x, 15 .x]
26
+ node-version : [12.x, 14.x, 16 .x]
27
27
steps :
28
28
- uses : actions/checkout@v2
29
29
- name : Use Node.js ${{ matrix.node-version }}
30
- uses : actions/setup-node@v2-beta
30
+ uses : actions/setup-node@v2
31
31
with :
32
32
node-version : ${{ matrix.node-version }}
33
33
- name : Install dependencies
34
34
run : npm install
35
35
- name : Run tests
36
36
run : npm run test-coverage
37
37
- name : Send coverage report to Codecov
38
- uses : codecov/codecov-action@v1
38
+ uses : codecov/codecov-action@v2
You can’t perform that action at this time.
0 commit comments