Skip to content

Commit de295e3

Browse files
Update dependency node to v24
1 parent 40bd7c0 commit de295e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/buid_arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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

0 commit comments

Comments
 (0)