File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
- name : Checkout
16
16
uses : actions/checkout@v2
17
17
- name : Install Node.js
18
- uses : actions/setup-node@v1
18
+ uses : actions/setup-node@v2
19
19
with :
20
20
node-version : 14
21
21
- name : Install Packages
@@ -54,14 +54,14 @@ jobs:
54
54
os : ubuntu-latest
55
55
# On the minimum supported ESLint/Node.js version
56
56
- eslint : 5.16.0
57
- node : 8.10 .0
57
+ node : 10.0 .0
58
58
os : ubuntu-latest
59
59
runs-on : ${{ matrix.os }}
60
60
steps :
61
61
- name : Checkout
62
62
uses : actions/checkout@v2
63
63
- name : Install Node.js ${{ matrix.node }}
64
- uses : actions/setup-node@v1
64
+ uses : actions/setup-node@v2
65
65
with :
66
66
node-version : ${{ matrix.node }}
67
67
- name : Install Packages
Original file line number Diff line number Diff line change 3
3
"version" : " 11.1.0" ,
4
4
"description" : " Additional ESLint's rules for Node.js" ,
5
5
"engines" : {
6
- "node" : " >=8.10 .0"
6
+ "node" : " ^10.0.0 || ^12.0.0 || >= 14.0 .0"
7
7
},
8
8
"main" : " lib/index.js" ,
9
9
"files" : [
14
14
},
15
15
"dependencies" : {
16
16
"eslint-plugin-es" : " ^4.1.0" ,
17
- "eslint-utils" : " ^2.1 .0" ,
17
+ "eslint-utils" : " ^3.0 .0" ,
18
18
"ignore" : " ^5.1.1" ,
19
19
"is-core-module" : " ^2.3.0" ,
20
20
"minimatch" : " ^3.0.4" ,
24
24
"devDependencies" : {
25
25
"@mysticatea/eslint-plugin" : " ^13.0.0" ,
26
26
"codecov" : " ^3.3.0" ,
27
- "eslint" : " ^7.9 .0" ,
27
+ "eslint" : " ^7.26 .0" ,
28
28
"eslint-plugin-node" : " file:." ,
29
29
"fast-glob" : " ^2.2.6" ,
30
30
"globals" : " ^11.12.0" ,
You can’t perform that action at this time.
0 commit comments