Skip to content

Commit

Permalink
build: eslint@7.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Dec 17, 2021
1 parent c8a4200 commit b35773c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
shell: bash
run: |
# eslint for linting
# - remove on Node.js < 4
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
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
grep -E '^eslint(-|$)' | \
sort -r | \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"cookie-parser": "1.4.6",
"cookie-session": "1.4.0",
"ejs": "3.1.6",
"eslint": "4.19.1",
"eslint": "7.32.0",
"express-session": "1.17.0",
"hbs": "4.2.0",
"istanbul": "0.4.5",
Expand Down

0 comments on commit b35773c

Please sign in to comment.