Skip to content

Commit a322bfe

Browse files
committed
Add node 26 to the test matrix.
Signed-off-by: Jason Marshall <jdmarshall@users.noreply.github.com>
1 parent 59e2512 commit a322bfe

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node-version: [20.x, 22.x, 24.x]
18+
node-version: [20.x, 22.x, 24.x, 26.x]
1919
os: [ubuntu-latest, windows-latest, macOS-latest]
2020

2121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)