10000 build: eslint@7.32.0 · mysqljs/sqlstring@321f26a · GitHub
[go: up one dir, main page]

Skip to content

Commit 321f26a

Browse files
committed
build: eslint@7.32.0
1 parent 4a9d6b1 commit 321f26a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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 < 8
135-
if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 8 ]]; then
134+
# - remove on Node.js < 10
135+
if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
136136
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
137137
grep -E '^eslint(-|$)' | \
138138
sort -r | \

package.json

Lines changed: 1 addition & 1 deletion
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": "6.8.0",
24+
"eslint": "7.32.0",
2525
"eslint-plugin-markdown": "1.0.2",
2626
"nyc": "15.1.0",
2727
"urun": "0.0.8",

0 commit comments

Comments
 (0)
0