Update dependency node to v24

This commit is contained in:
renovate[bot]
2026-05-14 05:56:51 +00:00
committed by GitHub
parent 65ec8ef8bd
commit 9e2ece2e26

View File

@@ -134,7 +134,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: "22.x"
node-version: "24.x"
- name: Install system deps
if: contains(matrix.os, 'linux') && (github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All')
@@ -240,7 +240,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: "22.x"
node-version: "24.x"
- name: Install dependencies
shell: bash