Skip to content

Commit 5051d3a

Browse files
authored
feat(CI): bump Node.js versions matrix
1 parent d2458f8 commit 5051d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [20.x, 22.x, 24.x, 26.x]
21+
node-version: [20.x, 22.x, 24.x]
2222
os: [ubuntu-latest, windows-latest]
2323

2424
steps:

0 commit comments

Comments
 (0)