Skip to content

Commit 16f7aa7

Browse files
committed
bump node
1 parent 7a0eafa commit 16f7aa7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# sudo apt-get install gcc-arm-linux-gnueabihf -y
7777
# build: yarn build --zig --target armv7-unknown-linux-gnueabihf
7878

79-
name: stable - ${{ matrix.settings.target }} - node@20
79+
name: stable - ${{ matrix.settings.target }} - node@22
8080
runs-on: ${{ matrix.settings.host }}
8181
steps:
8282
- uses: actions/checkout@v4
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/setup-node@v4
8686
if: ${{ !matrix.settings.docker }}
8787
with:
88-
node-version: 20
88+
node-version: 22
8989
cache: yarn
9090

9191
- name: Install
@@ -128,7 +128,7 @@ jobs:
128128
uses: actions/setup-node@v4
129129
if: matrix.settings.target == 'i686-pc-windows-msvc'
130130
with:
131-
node-version: 20
131+
node-version: 22
132132
cache: yarn
133133
architecture: x86
134134

@@ -174,8 +174,8 @@ jobs:
174174
- host: windows-latest
175175
target: x86_64-pc-windows-msvc
176176
node:
177-
- '18'
178177
- '20'
178+
- '22'
179179
runs-on: ${{ matrix.settings.host }}
180180
steps:
181181
- uses: actions/checkout@v4
@@ -205,8 +205,8 @@ jobs:
205205
fail-fast: false
206206
matrix:
207207
node:
208-
- '18'
209208
- '20'
209+
- '22'
210210
runs-on: ubuntu-22.04
211211
steps:
212212
- uses: actions/checkout@v4
@@ -236,8 +236,8 @@ jobs:
236236
fail-fast: false
237237
matrix:
238238
node:
239-
- '18'
240239
- '20'
240+
- '22'
241241
runs-on: ubuntu-latest
242242
steps:
243243
- uses: actions/checkout@v4
@@ -279,8 +279,8 @@ jobs:
279279
# fail-fast: false
280280
# matrix:
281281
# node:
282-
# - '18'
283282
# - '20'
283+
# - '22'
284284
# runs-on: ubuntu-latest
285285
# steps:
286286
# - uses: actions/checkout@v4
@@ -323,7 +323,7 @@ jobs:
323323
- name: Setup node
324324
uses: actions/setup-node@v4
325325
with:
326-
node-version: 18
326+
node-version: 22
327327
cache: yarn
328328
- name: Install dependencies
329329
run: yarn install

0 commit comments

Comments
 (0)