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 @@ -143,8 +143,8 @@ jobs:
143143 shell : bash
144144 run : |
145145 # eslint for linting
146- # - remove on Node.js < 8
147- if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 8 ]]; then
146+ # - remove on Node.js < 10
147+ if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
148148 node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
149149 grep -E '^eslint(-|$)' | \
150150 sort -r | \
Original file line number Diff line number Diff line change 1717 "toidentifier" : " 1.0.0"
1818 },
1919 "devDependencies" : {
20- "eslint" : " 6.8 .0" ,
20+ "eslint" : " 7.32 .0" ,
2121 "eslint-config-standard" : " 14.1.1" ,
2222 "eslint-plugin-import" : " 2.22.0" ,
2323 "eslint-plugin-markdown" : " 1.0.2" ,
You can’t perform that action at this time.
0 commit comments