File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 fail-fast : false
1919 matrix :
20- node-version : [18.x, 20.x, 22.x]
20+ node-version : [20.x, 22.x]
2121 steps :
2222 - name : Checkout and setup environment
2323 uses : MetaMask/action-checkout-and-setup@v1
@@ -139,7 +139,7 @@ jobs:
139139 strategy :
140140 fail-fast : false
141141 matrix :
142- node-version : [18.x, 20.x, 22.x]
142+ node-version : [20.x, 22.x]
143143 package-name : ${{ fromJson(needs.prepare.outputs.test-workspace-package-names) }}
144144 steps :
145145 - name : Checkout and setup environment
@@ -219,7 +219,7 @@ jobs:
219219 strategy :
220220 fail-fast : false
221221 matrix :
222- node-version : [18.x, 20.x, 22.x]
222+ node-version : [20.x, 22.x]
223223 package-name : ${{ fromJson(needs.prepare.outputs.e2e-workspace-package-names) }}
224224 steps :
225225 - name : Checkout and setup environment
You can’t perform that action at this time.
0 commit comments