Skip to content

Commit ee15105

Browse files
committed
ci: Remove Node20 for test matrix
1 parent 61375f8 commit ee15105

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, 24]
20+
version: [22, 24]
2121
os: [ubuntu-24.04, windows-2025, macos-15]
2222
runs-on: ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)