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 5656 - uses : actions/setup-node@v4
5757 if : steps.splicer-build.outputs.cache-hit != 'true'
5858 with :
59- node-version : ' 22 '
59+ node-version : ' 23.10.0 '
6060
6161 - name : Install NPM packages
6262 if : steps.splicer-build.outputs.cache-hit != 'true'
@@ -115,7 +115,7 @@ jobs:
115115 - uses : actions/setup-node@v4
116116 if : steps.starlingmonkey-build.outputs.cache-hit != 'true'
117117 with :
118- node-version : ' 22 '
118+ node-version : ' 23.10.0 '
119119
120120 - name : Install NPM packages
121121 if : steps.starlingmonkey-build.outputs.cache-hit != 'true'
@@ -139,7 +139,7 @@ jobs:
139139 fail-fast : false
140140 matrix :
141141 node-version :
142- - ' 22.14 .0'
142+ - ' 23.10 .0'
143143 # - latest reenable when https://github.com/nodejs/node/issues/57172 is fixed
144144 build-type :
145145 - ' release'
@@ -189,7 +189,7 @@ jobs:
189189
190190 - uses : actions/setup-node@v4
191191 with :
192- node-version : ' 22 '
192+ node-version : ' 23.10.0 '
193193
194194 - name : Install NPM packages
195195 run : npm install
You can’t perform that action at this time.
0 commit comments