File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838 - name : Setup node
3939 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
4040 with :
41- node-version : 22
41+ node-version : 24
4242 cache : pnpm
4343 - name : Install dependencies
4444 run : pnpm install
5757 - name : Setup node
5858 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
5959 with :
60- node-version : 22
60+ node-version : 24
6161 cache : pnpm
6262 - name : Install dependencies
6363 run : pnpm install
@@ -143,7 +143,7 @@ jobs:
143143 - name : Setup node
144144 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
145145 with :
146- node-version : 22
146+ node-version : 24
147147 cache : pnpm
148148 - name : Install
149149 run : rustup target add ${{ matrix.settings.target }}
@@ -178,7 +178,7 @@ jobs:
178178 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
179179 if : matrix.settings.target == 'i686-pc-windows-msvc'
180180 with :
181- node-version : 22
181+ node-version : 24
182182 cache : pnpm
183183 architecture : x86
184184 - name : Build
@@ -409,7 +409,7 @@ jobs:
409409 - name : Setup node
410410 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
411411 with :
412- node-version : 22
412+ node-version : 24
413413 cache : pnpm
414414 - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
415415 with :
@@ -450,7 +450,7 @@ jobs:
450450 - name : Setup node
451451 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
452452 with :
453- node-version : 22
453+ node-version : 24
454454 cache : pnpm
455455 - name : Install dependencies
456456 run : pnpm install
You can’t perform that action at this time.
0 commit comments