Skip to content

Commit b086746

Browse files
committed
Use a recent enough version of node
1 parent 733712e commit b086746

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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install node
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: 22
39+
node-version: v23.0.0-v8-canary202404260b5958504f
4040

4141
- name: Restore cached binaryen
4242
id: cache-binaryen

0 commit comments

Comments
 (0)