We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6734f1a commit cc52a81Copy full SHA for cc52a81
1 file changed
.github/workflows/main.yml
@@ -168,10 +168,10 @@ jobs:
168
strategy:
169
matrix:
170
os: [ubuntu-latest] # remove windows to speed up the tests
171
- node_version: [20]
+ node_version: [22]
172
graphql_version: [15, 16]
173
include:
174
- - node-version: 20
+ - node-version: 22
175
os: windows-latest
176
graphql_version: 16
177
steps:
0 commit comments