Skip to content

Commit

Permalink
Make Node.js 20 minimum supported version (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored Dec 21, 2024
1 parent a9e9210 commit db2490e
Show file tree
Hide file tree
Showing 41 changed files with 235 additions and 532 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# node: [14, 16, 18, 20, 22]
node: [20, 22]
node: [20, 22, 23]
steps:
- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit db2490e

Please sign in to comment.