Skip to content

Commit 2fd7b6c

Browse files
authored
chore: Add Node 26 to the test matrix (#1072)
1 parent 8a88f58 commit 2fd7b6c

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
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
node: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
14+
node: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x, 26.x]
1515
os: [ubuntu-latest, macos-15-intel, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)