8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3eb5b commit 1260f66Copy full SHA for 1260f66
.github/workflows/ci.yml
@@ -131,8 +131,8 @@ jobs:
131
shell: bash
132
run: |
133
# eslint for linting
134
- # - remove on Node.js < 6
135
- if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 6 ]]; then
+ # - remove on Node.js < 8
+ if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 8 ]]; then
136
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
137
grep -E '^eslint(-|$)' | \
138
sort -r | \
package.json
@@ -21,7 +21,7 @@
21
"devDependencies": {
22
"beautify-benchmark": "0.2.4",
23
"benchmark": "2.1.4",
24
- "eslint": "5.16.0",
+ "eslint": "6.8.0",
25
"eslint-plugin-markdown": "1.0.2",
26
"nyc": "15.1.0",
27
"urun": "0.0.8",
0 commit comments