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 eac0f22 commit cd52855Copy full SHA for cd52855
.github/workflows/ci.yml
@@ -131,8 +131,8 @@ jobs:
131
shell: bash
132
run: |
133
# eslint for linting
134
- # - remove on Node.js < 10
135
- if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
+ # - remove on Node.js < 12
+ if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 12 ]]; 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": "7.32.0",
+ "eslint": "8.10.0",
25
"eslint-plugin-markdown": "2.2.1",
26
"nyc": "15.1.0",
27
"urun": "0.0.8",
0 commit comments