Skip to content

Commit

Permalink
build: eslint@8.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 11, 2023
1 parent da8bcba commit 568882e
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 @@ -161,8 +161,8 @@ jobs:
shell: bash
run: |
# eslint for linting
# - remove on Node.js < 10
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
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 @@ -13,7 +13,7 @@
"keygrip": "~1.1.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint": "8.31.0",
"express": "4.18.2",
"mocha": "10.2.0",
"nyc": "15.1.0",
Expand Down

0 comments on commit 568882e

Please sign in to comment.