Skip to content

Commit b81567f

Browse files
authored
ci(ci): add node 26 to test matrix (#177)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 96cbba0 commit b81567f

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
@@ -65,7 +65,7 @@ jobs:
6565
contents: read
6666
strategy:
6767
matrix:
68-
node-version: [20, 22, 24]
68+
node-version: [20, 22, 24, 26]
6969
steps:
7070
- name: Check out repo
7171
uses: actions/checkout@v6

0 commit comments

Comments
 (0)