File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2626 with :
27- node-version : " 25 "
27+ node-version : " 26.0.0-nightly "
2828 cache : " npm"
2929
3030 - name : Cache apt packages
8282 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
8484 with :
85- node-version : " 25 "
85+ node-version : " 26.0.0-nightly "
8686 cache : " npm"
8787
8888 - name : Cache dependencies
@@ -163,7 +163,7 @@ jobs:
163163 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
164164 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
165165 with :
166- node-version : " 25 "
166+ node-version : " 26.0.0-nightly "
167167 cache : " npm"
168168
169169 - name : Cache dependencies
@@ -208,7 +208,7 @@ jobs:
208208 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
209209 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
210210 with :
211- node-version : " 25 "
211+ node-version : " 26.0.0-nightly "
212212 cache : " npm"
213213
214214 - name : Cache Cypress binary
You can’t perform that action at this time.
0 commit comments