File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ jobs:
125
125
shell : bash
126
126
run : |
127
127
# eslint for linting
128
- # - remove on Node.js < 8
129
- if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 8 ]]; then
128
+ # - remove on Node.js < 10
129
+ if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
130
130
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
131
131
grep -E '^eslint(-|$)' | \
132
132
sort -r | \
Original file line number Diff line number Diff line change 17
17
"cookie-signature" : " 1.0.6"
18
18
},
19
19
"devDependencies" : {
20
- "eslint" : " 6.8 .0" ,
20
+ "eslint" : " 7.32 .0" ,
21
21
"eslint-config-standard" : " 14.1.1" ,
22
22
"eslint-plugin-import" : " 2.25.2" ,
23
23
"eslint-plugin-markdown" : " 2.2.1" ,
You can’t perform that action at this time.
0 commit comments