File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
run : npm install
19
19
- name : Lint
20
20
run : npm run lint
21
- test-for-eslint7 :
21
+ test-for-node10 :
22
22
name : " Test for ESLint ${{ matrix.eslint }} on ${{ matrix.node }} OS: ${{matrix.os}}"
23
23
runs-on : ${{ matrix.os }}
24
24
strategy :
25
25
matrix :
26
26
os : [ubuntu-latest]
27
- node : [10, 12, 14, 16 ]
27
+ node : [10]
28
28
eslint : [7]
29
29
steps :
30
30
- uses : actions/checkout@v2
@@ -36,19 +36,18 @@ jobs:
36
36
run : |+
37
37
npm i -D eslint@${{ matrix.eslint }} --legacy-peer-deps
38
38
npx rimraf node_modules
39
- if : matrix.eslint != 7
40
39
- name : Install Packages
41
40
run : npm install --legacy-peer-deps
42
41
- name : Test
43
42
run : npm test
44
- test-for-eslint8 :
43
+ test :
45
44
name : " Test for ESLint ${{ matrix.eslint }} on ${{ matrix.node }} OS: ${{matrix.os}}"
46
45
runs-on : ${{ matrix.os }}
47
46
strategy :
48
47
matrix :
49
48
os : [ubuntu-latest]
50
- eslint : [^8.0.0-0 ]
51
- node : [14, 16]
49
+ eslint : [7, 8 ]
50
+ node : [12, 14, 16]
52
51
steps :
53
52
- name : Checkout
54
53
uses : actions/checkout@v2
60
59
run : |+
61
60
npm i -D eslint@${{ matrix.eslint }} --legacy-peer-deps
62
61
npx rimraf node_modules
63
- if : matrix.eslint != 7
62
+ if : matrix.eslint != 8
64
63
- name : Install Packages
65
64
run : npm install --legacy-peer-deps
66
65
- name : Test
67
- run : yarn test
66
+ run : npm test
Original file line number Diff line number Diff line change 71
71
"@typescript-eslint/parser" : " ^5.0.0-0" ,
72
72
"@typescript-eslint/parser-v4" : " npm:@typescript-eslint/parser@5" ,
73
73
"env-cmd" : " ^10.1.0" ,
74
- "eslint" : " ^7.25 .0" ,
74
+ "eslint" : " ^8.0 .0" ,
75
75
"eslint-config-prettier" : " ^8.3.0" ,
76
76
"eslint-plugin-eslint-comments" : " ^3.2.0" ,
77
77
"eslint-plugin-eslint-plugin" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments