Skip to content

Commit bd386b6

Browse files
committed
ci(test.yml): Remove Node v23 from test matrix
Node v23 has reached end of life.
1 parent 527dd01 commit bd386b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false # Do not stop other jobs if one fails
1919
matrix:
20-
version: [20, 22, 23, 24]
20+
version: [20, 22, 24]
2121
os: [ubuntu-24.04, windows-2025, macos-15]
2222
runs-on: ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)