Skip to content

Commit 563fa5f

Browse files
authored
Pre-release updates
* Update dependencies * Add Node.js >= 23 to test matrix
1 parent e5b355d commit 563fa5f

19 files changed

+2417
-671
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node-version: [^18.18, ^20.8, ^22]
18+
node-version: [^18.18, ^20.8, ^22, ^23]
1919
os: [ubuntu-latest, windows-latest, macos-latest]
2020
steps:
2121
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
ts-version: [~5.2, ~5.3, ~5.4, ~5.5]
45+
ts-version: [~5.2, ~5.3, ~5.4, ~5.5, ~5.6]
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)