Skip to content

Commit a90cdc0

Browse files
committed
Drop Node 20 tests for normal runs
1 parent 3318773 commit a90cdc0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ jobs:
133133
strategy:
134134
matrix:
135135
os: [ubuntu-latest] # remove windows to speed up the tests
136-
node_version: [20, 22, 24]
136+
node_version: [22, 24]
137137
graphql_version: [15, 16]
138138
include:
139-
- node-version: 20
139+
- node-version: 22
140140
os: windows-latest
141141
graphql_version: 16
142142
steps:

0 commit comments

Comments
 (0)