We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a4200 commit b35773cCopy full SHA for b35773c
.github/workflows/ci.yml
@@ -115,8 +115,8 @@ jobs:
115
shell: bash
116
run: |
117
# eslint for linting
118
- # - remove on Node.js < 4
119
- if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 4 ]]; then
+ # - remove on Node.js < 10
+ if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
120
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
121
grep -E '^eslint(-|$)' | \
122
sort -r | \
package.json
@@ -65,7 +65,7 @@
65
"cookie-parser": "1.4.6",
66
"cookie-session": "1.4.0",
67
"ejs": "3.1.6",
68
- "eslint": "4.19.1",
+ "eslint": "7.32.0",
69
"express-session": "1.17.0",
70
"hbs": "4.2.0",
71
"istanbul": "0.4.5",
0 commit comments