7575 runs-on : ubuntu-latest
7676 strategy :
7777 matrix :
78- node-version : [18, 20, 24 ]
79- graphql-version : ['15.10.1', '16.10 .0']
78+ node-version : [18, 20, 25 ]
79+ graphql-version : ['15.10.1', '16.12 .0']
8080 steps :
8181 - name : Checkout Repository
8282 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
@@ -113,10 +113,6 @@ jobs:
113113 - name : Build Packages
114114 run : pnpm build
115115
116- - if : ${{matrix.node-version == '25'}}
117- name : Disable Local Storage
118- run : " NODE_OPTIONS=\" --no-webstorage\" > $GITHUB_ENV"
119-
120116 - name : Run Unit Tests
121117 uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
122118 with :
@@ -136,8 +132,8 @@ jobs:
136132 runs-on : ubuntu-latest
137133 strategy :
138134 matrix :
139- node-version : [18, 20, 24 ]
140- graphql-version : ['15.10.1', '16.10 .0']
135+ node-version : [18, 20, 25 ]
136+ graphql-version : ['15.10.1', '16.12 .0']
141137 steps :
142138 - name : Checkout Repository
143139 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
@@ -177,10 +173,6 @@ jobs:
177173 - name : Build Packages
178174 run : pnpm build
179175
180- - if : ${{matrix.node-version == '25'}}
181- name : Disable Local Storage
182- run : " NODE_OPTIONS=\" --no-webstorage\" > $GITHUB_ENV"
183-
184176 - name : Run Integration Tests
185177 uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
186178 with :
0 commit comments