We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3318773 commit a90cdc0Copy full SHA for a90cdc0
1 file changed
.github/workflows/main.yml
@@ -133,10 +133,10 @@ jobs:
133
strategy:
134
matrix:
135
os: [ubuntu-latest] # remove windows to speed up the tests
136
- node_version: [20, 22, 24]
+ node_version: [22, 24]
137
graphql_version: [15, 16]
138
include:
139
- - node-version: 20
+ - node-version: 22
140
os: windows-latest
141
graphql_version: 16
142
steps:
0 commit comments