We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e744b08 commit e08f4d0Copy full SHA for e08f4d0
.github/workflows/main.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Install Node.js
80
uses: actions/setup-node@v6
81
with:
82
- node-version: "22.x"
+ node-version: "24.x"
83
84
- name: Install system deps
85
if: contains(matrix.os_type, 'linux') && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All')
@@ -232,7 +232,7 @@ jobs:
232
233
234
235
236
237
- name: Install dependencies
238
shell: bash
0 commit comments