Skip to content

Commit 182d120

Browse files
committed
chore(workflow): add node-26 to test matrix
1 parent 30588fb commit 182d120

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
strategy:
3939
matrix:
40-
node-version: [20.x, 22.x, 24.x]
40+
node-version: [20.x, 22.x, 24.x, 26.x]
4141
os: [ubuntu-latest, windows-latest, macos-26]
4242

4343
steps:

0 commit comments

Comments
 (0)