Skip to content

Commit 1b68289

Browse files
committed
ci: setup node.js
1 parent 4871b28 commit 1b68289

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
- name: Checkout Repo
3838
uses: actions/checkout@v4
3939

40+
- name: Setup Node.js
41+
uses: actions/setup-node@v6
42+
with:
43+
node-version: 24
44+
4045
- name: Setup cmake
4146
uses: jwlawson/actions-setup-cmake@v2
4247
with:

0 commit comments

Comments
 (0)