Skip to content

Commit b35773c

Browse files
committed
1 parent c8a4200 commit b35773c

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
@@ -115,8 +115,8 @@ jobs:
115115
shell: bash
116116
run: |
117117
# eslint for linting
118-
# - remove on Node.js < 4
119-
if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 4 ]]; then
118+
# - remove on Node.js < 10
119+
if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
120120
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
121121
grep -E '^eslint(-|$)' | \
122122
sort -r | \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"cookie-parser": "1.4.6",
6666
"cookie-session": "1.4.0",
6767
"ejs": "3.1.6",
68-
"eslint": "4.19.1",
68+
"eslint": "7.32.0",
6969
"express-session": "1.17.0",
7070
"hbs": "4.2.0",
7171
"istanbul": "0.4.5",

0 commit comments

Comments
 (0)