File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ workflows:
2
2
version : 2
3
3
node-multi-build :
4
4
jobs :
5
- - node-v8
6
- - node-v10
5
+ - eslint-v6
7
6
- node-v12
8
7
- node-v14
8
+ - node-v16
9
9
- lint
10
10
11
11
version : 2
32
32
name : Test
33
33
command : npm test
34
34
35
- node-v8 :
35
+ eslint-v6 :
36
36
docker :
37
- - image : node:8
37
+ - image : node:12
38
38
steps :
39
39
- run :
40
40
name : Versions
@@ -43,17 +43,13 @@ jobs:
43
43
- run :
44
44
name : Install eslint@6
45
45
command : |
46
- npm install --save-exact eslint@6.8.0 @typescript-eslint/parser@3.10.1 typescript@4.0.8
46
+ npm install --save-exact eslint@6.8.0
47
47
- run :
48
48
name : Install dependencies
49
49
command : npm install
50
50
- run :
51
51
name : Test
52
52
command : npm test
53
- node-v10 :
54
- << : *node-base
55
- docker :
56
- - image : node:10
57
53
node-v12 :
58
54
<< : *node-base
59
55
docker :
62
58
<< : *node-base
63
59
docker :
64
60
- image : node:14
61
+ node-v16 :
62
+ << : *node-base
63
+ docker :
64
+ - image : node:16
65
65
66
66
lint :
67
67
docker :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ yarn add -D eslint eslint-plugin-vue
23
23
::: tip Requirements
24
24
25
25
- ESLint v6.2.0 and above
26
- - Node.js v8.10.0 and above
26
+ - Node.js v12.22.x, v14.17.x, and v16.x and above
27
27
28
28
:::
29
29
Original file line number Diff line number Diff line change 47
47
"url" : " https://github.com/vuejs/eslint-plugin-vue/issues"
48
48
},
49
49
"engines" : {
50
- "node" : " >=8.10 "
50
+ "node" : " ^12.22.0 || ^14.17.0 || >=16.0.0 "
51
51
},
52
52
"peerDependencies" : {
53
53
"eslint" : " ^6.2.0 || ^7.0.0"
You can’t perform that action at this time.
0 commit comments