Skip to content

Commit 4e4de25

Browse files
committed
Revert version changes
1 parent d27af0d commit 4e4de25

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
@@ -83,10 +83,10 @@ jobs:
8383
strategy:
8484
matrix:
8585
os: [ubuntu-latest] # remove windows to speed up the tests
86-
node_version: [20, 22, 24]
86+
node_version: [18, 20, 22]
8787
graphql_version: [15, 16]
8888
include:
89-
- node-version: 20
89+
- node-version: 18
9090
os: windows-latest
9191
graphql_version: 16
9292
steps:

0 commit comments

Comments
 (0)