We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 33e8dc3 commit 340be0fCopy full SHA for 340be0f
.github/workflows/ci.yml
@@ -133,8 +133,8 @@ jobs:
133
shell: bash
134
run: |
135
# eslint for linting
136
- # - remove on Node.js < 10
137
- 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
138
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
139
grep -E '^eslint(-|$)' | \
140
sort -r | \
package.json
@@ -66,7 +66,7 @@
66
"cookie-parser": "1.4.6",
67
"cookie-session": "2.0.0",
68
"ejs": "3.1.8",
69
- "eslint": "7.32.0",
+ "eslint": "8.24.0",
70
"express-session": "1.17.2",
71
"hbs": "4.2.0",
72
"marked": "0.7.0",
0 commit comments