Skip to content

Commit

Permalink
refactor: Bump minimum supported Node.js version to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Oct 19, 2023
1 parent 21022c6 commit 5442446
Show file tree
Hide file tree
Showing 26 changed files with 234 additions and 6,266 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
fail-fast: false
matrix:
node:
- 14
- 16
- 18
- 20
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
fail-fast: false
matrix:
node:
- 14
- 16
- 18
- 20
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
9 changes: 6 additions & 3 deletions dist/cli/formatter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions dist/cli/formatters/checkstyle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions dist/cli/formatters/compact.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5442446

Please sign in to comment.