Skip to content

Commit a95879e

Browse files
committed
Use a recent enough version of node
1 parent 6a412ff commit a95879e

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 22
34+
node-version: v23.0.0-v8-canary202404260b5958504f
3535

3636
- name: Restore cached binaryen
3737
id: cache-binaryen

0 commit comments

Comments
 (0)