Skip to content

Commit fad10e6

Browse files
committed
Update Node.js version in CI
As [recommended](#202 (comment)) by Guy
1 parent 3c053e8 commit fad10e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)