Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 15, 2023
1 parent a1f7b0f commit d21a69f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"devDependencies": {
"after": "0.8.2",
"cookie-parser": "1.4.6",
"eslint": "7.32.0",
"eslint-plugin-markdown": "2.2.1",
"eslint": "8.31.0",
"eslint-plugin-markdown": "3.0.0",
"express": "4.17.3",
"mocha": "10.2.0",
"nyc": "15.1.0",
Expand Down

0 comments on commit d21a69f

Please sign in to comment.