File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ jobs:
145
145
shell : bash
146
146
run : |
147
147
# eslint for linting
148
- # - remove on Node.js < 10
149
- if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
148
+ # - remove on Node.js < 12
149
+ if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 12 ]]; then
150
150
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
151
151
grep -E '^eslint(-|$)' | \
152
152
sort -r | \
Original file line number Diff line number Diff line change 23
23
"unpipe" : " 1.0.0"
24
24
},
25
25
"devDependencies" : {
26
- "eslint" : " 7.32 .0" ,
26
+ "eslint" : " 8.23 .0" ,
27
27
"eslint-config-standard" : " 14.1.1" ,
28
28
"eslint-plugin-import" : " 2.25.4" ,
29
29
"eslint-plugin-markdown" : " 2.2.1" ,
30
30
"eslint-plugin-node" : " 11.1.0" ,
31
- "eslint-plugin-promise" : " 5.2.0 " ,
31
+ "eslint-plugin-promise" : " 6.0.1 " ,
32
32
"eslint-plugin-standard" : " 4.1.0" ,
33
33
"methods" : " 1.1.2" ,
34
34
"mocha" : " 10.0.0" ,
You can’t perform that action at this time.
0 commit comments