Skip to content

Commit e08f4d0

Browse files
Update dependency node to v24
1 parent e744b08 commit e08f4d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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')
@@ -232,7 +232,7 @@ jobs:
232232
- name: Install Node.js
233233
uses: actions/setup-node@v6
234234
with:
235-
node-version: "22.x"
235+
node-version: "24.x"
236236

237237
- name: Install dependencies
238238
shell: bash

0 commit comments

Comments
 (0)