Skip to content

Commit 7c9a029

Browse files
authored
ci: add Node.js 26 to CI (#20847)
* ci: add Node.js 26 to CI * wip * wip * wip
1 parent 5d12a04 commit 7c9a029

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
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
os: [ubuntu-latest]
65-
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
65+
node: [26.x, 24.x, 22.x, 20.x, "20.19.0"]
6666
NODE_OPTIONS: [""]
6767
include:
6868
- os: windows-latest

0 commit comments

Comments
 (0)