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 13, 2023
1 parent 21022c6 commit f6ece36
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 6,154 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
Loading

0 comments on commit f6ece36

Please sign in to comment.