Skip to content

Commit ba58ac7

Browse files
authored
ci: add Node.js 26 to CI (#268)
1 parent 2a3776f commit ba58ac7

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
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-latest]
41-
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
41+
node: [26.x, 25.x, 24.x, 22.x, 20.x, "20.19.0"]
4242
include:
4343
- os: windows-latest
4444
node: "lts/*"

0 commit comments

Comments
 (0)