Skip to content

Commit 51c8ba7

Browse files
committed
Drop Node 18 tests, add Node 24 tests
1 parent 987f985 commit 51c8ba7

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: [18, 20, 22]
86+
node_version: [20, 22, 24]
8787
graphql_version: [15, 16]
8888
include:
89-
- node-version: 18
89+
- node-version: 20
9090
os: windows-latest
9191
graphql_version: 16
9292
steps:

0 commit comments

Comments
 (0)