Skip to content

Commit f86c643

Browse files
committed
CI: use node v8 canary
1 parent 9703032 commit f86c643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set-up Node.js
7676
uses: actions/setup-node@v4
7777
with:
78-
node-version: latest
78+
node-version: 'v24.0.0-v8-canary202412116884e26428'
7979

8080
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
8181
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)