Skip to content

Commit 8aa3472

Browse files
authored
ci: run tests on Node 26
1 parent 0cac23f commit 8aa3472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
os: [ubuntu-latest, windows-latest, macos-latest]
72-
node-version: [22.x, 24.x, 25.x]
72+
node-version: [22.x, 24.x, 26.x]
7373
shard: ["1/4", "2/4", "3/4", "4/4"]
7474
webpack-version: [latest]
7575

0 commit comments

Comments
 (0)