Skip to content

Commit fbcd652

Browse files
committed
[INTERNAL] CI: Add Node.js 25 and 26 to test matrix
1 parent a3202e2 commit fbcd652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false # Do not stop other jobs if one fails
1919
matrix:
20-
version: ["20.11.0", 22, 24]
20+
version: ["20.11.0", 22, 24, 25, 26]
2121
os: [ubuntu-24.04, windows-2025, macos-15]
2222
runs-on: ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)