Skip to content

Commit c40a357

Browse files
test: remove node v21 from test ci
1 parent 10f1e81 commit c40a357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node_version: [18, 20, 21, 22]
13+
node_version: [18, 20, 22]
1414

1515
steps:
1616
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)