Skip to content

Commit cc52a81

Browse files
committed
Drop Node 20 support for watcher tests
1 parent 6734f1a commit cc52a81

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
@@ -168,10 +168,10 @@ jobs:
168168
strategy:
169169
matrix:
170170
os: [ubuntu-latest] # remove windows to speed up the tests
171-
node_version: [20]
171+
node_version: [22]
172172
graphql_version: [15, 16]
173173
include:
174-
- node-version: 20
174+
- node-version: 22
175175
os: windows-latest
176176
graphql_version: 16
177177
steps:

0 commit comments

Comments
 (0)