Skip to content

Commit cd52855

Browse files
committed
1 parent eac0f22 commit cd52855

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ jobs:
131131
shell: bash
132132
run: |
133133
# eslint for linting
134-
# - remove on Node.js < 10
135-
if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
134+
# - remove on Node.js < 12
135+
if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 12 ]]; then
136136
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
137137
grep -E '^eslint(-|$)' | \
138138
sort -r | \

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"beautify-benchmark": "0.2.4",
2323
"benchmark": "2.1.4",
24-
"eslint": "7.32.0",
24+
"eslint": "8.10.0",
2525
"eslint-plugin-markdown": "2.2.1",
2626
"nyc": "15.1.0",
2727
"urun": "0.0.8",

0 commit comments

Comments
 (0)