Skip to content

Commit 5fe3533

Browse files
authored
ci: add Node.js 26 to CI (#448)
1 parent 355b02f commit 5fe3533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
os: [windows-latest, macOS-latest, ubuntu-latest]
43-
node-version: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
43+
node-version: [26.x, 25.x, 24.x, 22.x, 20.x, "20.19.0"]
4444

4545
steps:
4646
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)