File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 with :
5757 toolchain : stable
5858 targets : ${{ matrix.settings.target }}
59- - uses : actions/setup-node@v5
59+ - uses : actions/setup-node@v6
6060 with :
6161 node-version : ' 22'
6262 cache : ' yarn'
@@ -105,7 +105,7 @@ jobs:
105105 - build
106106 steps :
107107 - uses : actions/checkout@v5
108- - uses : actions/setup-node@v5
108+ - uses : actions/setup-node@v6
109109 with :
110110 node-version : ${{ matrix.node }}
111111 cache : ' yarn'
@@ -117,7 +117,7 @@ jobs:
117117 - name : Install dependencies
118118 run : yarn install
119119 - name : Setup node x86
120- uses : actions/setup-node@v5
120+ uses : actions/setup-node@v6
121121 if : matrix.settings.target == 'i686-pc-windows-msvc'
122122 with :
123123 node-version : 22
@@ -161,7 +161,7 @@ jobs:
161161 - build
162162 steps :
163163 - uses : actions/checkout@v5
164- - uses : actions/setup-node@v5
164+ - uses : actions/setup-node@v6
165165 with :
166166 node-version : 22
167167 cache : ' yarn'
You can’t perform that action at this time.
0 commit comments