File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 - name : Install Node.js
120120 uses : actions/setup-node@v6
121121 with :
122- node-version : " 22 .x"
122+ node-version : " 24 .x"
123123
124124 - name : Install system deps
125125 if : contains(matrix.os, 'linux') && (github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All')
Original file line number Diff line number Diff line change 7979 - name : Install Node.js
8080 uses : actions/setup-node@v6
8181 with :
82- node-version : " 22 .x"
82+ node-version : " 24 .x"
8383
8484 - name : Install system deps
8585 if : contains(matrix.os_type, 'linux') && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All')
@@ -237,7 +237,7 @@ jobs:
237237 - name : Install Node.js
238238 uses : actions/setup-node@v6
239239 with :
240- node-version : " 22 .x"
240+ node-version : " 24 .x"
241241
242242 - name : Install dependencies
243243 shell : bash
You can’t perform that action at this time.
0 commit comments