|
76 | 76 | # sudo apt-get install gcc-arm-linux-gnueabihf -y
|
77 | 77 | # build: yarn build --zig --target armv7-unknown-linux-gnueabihf
|
78 | 78 |
|
79 |
| - name: stable - ${{ matrix.settings.target }} - node@20 |
| 79 | + name: stable - ${{ matrix.settings.target }} - node@22 |
80 | 80 | runs-on: ${{ matrix.settings.host }}
|
81 | 81 | steps:
|
82 | 82 | - uses: actions/checkout@v4
|
|
85 | 85 | uses: actions/setup-node@v4
|
86 | 86 | if: ${{ !matrix.settings.docker }}
|
87 | 87 | with:
|
88 |
| - node-version: 20 |
| 88 | + node-version: 22 |
89 | 89 | cache: yarn
|
90 | 90 |
|
91 | 91 | - name: Install
|
@@ -128,7 +128,7 @@ jobs:
|
128 | 128 | uses: actions/setup-node@v4
|
129 | 129 | if: matrix.settings.target == 'i686-pc-windows-msvc'
|
130 | 130 | with:
|
131 |
| - node-version: 20 |
| 131 | + node-version: 22 |
132 | 132 | cache: yarn
|
133 | 133 | architecture: x86
|
134 | 134 |
|
@@ -174,8 +174,8 @@ jobs:
|
174 | 174 | - host: windows-latest
|
175 | 175 | target: x86_64-pc-windows-msvc
|
176 | 176 | node:
|
177 |
| - - '18' |
178 | 177 | - '20'
|
| 178 | + - '22' |
179 | 179 | runs-on: ${{ matrix.settings.host }}
|
180 | 180 | steps:
|
181 | 181 | - uses: actions/checkout@v4
|
@@ -205,8 +205,8 @@ jobs:
|
205 | 205 | fail-fast: false
|
206 | 206 | matrix:
|
207 | 207 | node:
|
208 |
| - - '18' |
209 | 208 | - '20'
|
| 209 | + - '22' |
210 | 210 | runs-on: ubuntu-22.04
|
211 | 211 | steps:
|
212 | 212 | - uses: actions/checkout@v4
|
@@ -236,8 +236,8 @@ jobs:
|
236 | 236 | fail-fast: false
|
237 | 237 | matrix:
|
238 | 238 | node:
|
239 |
| - - '18' |
240 | 239 | - '20'
|
| 240 | + - '22' |
241 | 241 | runs-on: ubuntu-latest
|
242 | 242 | steps:
|
243 | 243 | - uses: actions/checkout@v4
|
@@ -279,8 +279,8 @@ jobs:
|
279 | 279 | # fail-fast: false
|
280 | 280 | # matrix:
|
281 | 281 | # node:
|
282 |
| - # - '18' |
283 | 282 | # - '20'
|
| 283 | + # - '22' |
284 | 284 | # runs-on: ubuntu-latest
|
285 | 285 | # steps:
|
286 | 286 | # - uses: actions/checkout@v4
|
@@ -323,7 +323,7 @@ jobs:
|
323 | 323 | - name: Setup node
|
324 | 324 | uses: actions/setup-node@v4
|
325 | 325 | with:
|
326 |
| - node-version: 18 |
| 326 | + node-version: 22 |
327 | 327 | cache: yarn
|
328 | 328 | - name: Install dependencies
|
329 | 329 | run: yarn install
|
|
0 commit comments