Skip to content

Commit 340be0f

Browse files
committed
build: eslint@8.24.0
1 parent 33e8dc3 commit 340be0f

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
@@ -133,8 +133,8 @@ jobs:
133133
shell: bash
134134
run: |
135135
# eslint for linting
136-
# - remove on Node.js < 10
137-
if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
136+
# - remove on Node.js < 12
137+
if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 12 ]]; then
138138
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
139139
grep -E '^eslint(-|$)' | \
140140
sort -r | \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"cookie-parser": "1.4.6",
6767
"cookie-session": "2.0.0",
6868
"ejs": "3.1.8",
69-
"eslint": "7.32.0",
69+
"eslint": "8.24.0",
7070
"express-session": "1.17.2",
7171
"hbs": "4.2.0",
7272
"marked": "0.7.0",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy