2929 targets : x86_64-unknown-linux-musl
3030 - uses : actions/setup-node@v6
3131 with :
32- node-version : ' 25 '
32+ node-version : ' 20 '
3333 - uses : Swatinem/rust-cache@v2
3434 - name : Download x86_64-linux-musl-cross toolchain
3535 run : curl -O -L -C - https://github.com/musl-cc/musl.cc/releases/download/v0.0.1/x86_64-linux-musl-cross.tgz
6464 targets : aarch64-unknown-linux-musl
6565 - uses : actions/setup-node@v6
6666 with :
67- node-version : ' 25 '
67+ node-version : ' 20 '
6868 - uses : Swatinem/rust-cache@v2
6969 - name : Download aarch64-linux-musl-cross toolchain
7070 run : curl -O -L -C - https://github.com/musl-cc/musl.cc/releases/download/v0.0.1/aarch64-linux-musl-cross.tgz
@@ -101,7 +101,7 @@ jobs:
101101 targets : x86_64-unknown-linux-gnu
102102 - uses : actions/setup-node@v6
103103 with :
104- node-version : ' 25 '
104+ node-version : ' 20 '
105105 - uses : Swatinem/rust-cache@v2
106106 - name : npm i
107107 run : npm i
@@ -124,7 +124,7 @@ jobs:
124124 targets : aarch64-unknown-linux-gnu
125125 - uses : actions/setup-node@v6
126126 with :
127- node-version : ' 25 '
127+ node-version : ' 20 '
128128 - uses : Swatinem/rust-cache@v2
129129 - name : Install cross compile deps
130130 run : |
@@ -156,7 +156,7 @@ jobs:
156156 targets : x86_64-pc-windows-msvc
157157 - uses : actions/setup-node@v6
158158 with :
159- node-version : ' 25 '
159+ node-version : ' 20 '
160160 - uses : Swatinem/rust-cache@v2
161161 - name : npm i
162162 run : npm i
@@ -178,7 +178,7 @@ jobs:
178178 targets : x86_64-apple-darwin
179179 - uses : actions/setup-node@v6
180180 with :
181- node-version : ' 25 '
181+ node-version : ' 20 '
182182 - uses : Swatinem/rust-cache@v2
183183 - name : npm i
184184 run : npm i
@@ -199,7 +199,7 @@ jobs:
199199 targets : aarch64-apple-darwin
200200 - uses : actions/setup-node@v6
201201 with :
202- node-version : ' 25 '
202+ node-version : ' 20 '
203203 - uses : Swatinem/rust-cache@v2
204204 - name : Configure macos-arm64 cross compile
205205 run : |
@@ -238,7 +238,7 @@ jobs:
238238 githubToken : ${{ github.token }}
239239 install : |
240240 apt-get update && apt-get install -y curl
241- curl -fsSL https://deb.nodesource.com/setup_16 .x | bash -
241+ curl -fsSL https://deb.nodesource.com/setup_20 .x | bash -
242242 apt-get install -y --no-install-recommends nodejs
243243 run : |
244244 npm run test:js
0 commit comments