File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
push :
4
- branches : [master, gha ]
4
+ branches : [master]
5
5
pull_request :
6
6
branches : [master]
7
7
schedule :
@@ -32,15 +32,21 @@ jobs:
32
32
matrix :
33
33
os : [ubuntu-latest, windows-latest, macOS-latest]
34
34
eslint : [6.x, 5.x]
35
- node : [12.x, 10.x, 8.x]
35
+ node : [13.x, 12.x, 10.x, 8.x]
36
36
exclude :
37
- # On Windows, run tests with only the latest environments.
37
+ # On Windows, run tests with only the latest LTS environments.
38
+ - os : windows-latest
39
+ eslint : 6.x
40
+ node : 13.x
38
41
- os : windows-latest
39
42
eslint : 6.x
40
43
node : 10.x
41
44
- os : windows-latest
42
45
eslint : 6.x
43
46
node : 8.x
47
+ - os : windows-latest
48
+ eslint : 5.x
49
+ node : 13.x
44
50
- os : windows-latest
45
51
eslint : 5.x
46
52
node : 12.x
@@ -50,13 +56,19 @@ jobs:
50
56
- os : windows-latest
51
57
eslint : 5.x
52
58
node : 8.x
53
- # On macOS, run tests with only the latest environments.
59
+ # On macOS, run tests with only the latest LTS environments.
60
+ - os : macOS-latest
61
+ eslint : 6.x
62
+ node : 13.x
54
63
- os : macOS-latest
55
64
eslint : 6.x
56
65
node : 10.x
57
66
- os : macOS-latest
58
67
eslint : 6.x
59
68
node : 8.x
69
+ - os : macOS-latest
70
+ eslint : 5.x
71
+ node : 13.x
60
72
- os : macOS-latest
61
73
eslint : 5.x
62
74
node : 12.x
66
78
- os : macOS-latest
67
79
eslint : 5.x
68
80
node : 8.x
69
- # Run ESLint 5.x tests on only the latest Node.
81
+ # Run ESLint 5.x tests on only the latest LTS Node.
82
+ - os : ubuntu-latest
83
+ eslint : 5.x
84
+ node : 13.x
70
85
- os : ubuntu-latest
71
86
eslint : 5.x
72
87
node : 10.x
You can’t perform that action at this time.
0 commit comments