Skip to content

Commit

Permalink
Pre-release updates
Browse files Browse the repository at this point in the history
* Update dependencies
* Add Node.js >= 23 to test matrix
  • Loading branch information
novemberborn authored Oct 27, 2024
1 parent e5b355d commit 563fa5f
Show file tree
Hide file tree
Showing 19 changed files with 2,417 additions and 671 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^18.18, ^20.8, ^22]
node-version: [^18.18, ^20.8, ^22, ^23]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ts-version: [~5.2, ~5.3, ~5.4, ~5.5]
ts-version: [~5.2, ~5.3, ~5.4, ~5.5, ~5.6]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit 563fa5f

Please sign in to comment.