Skip to content

Commit e5aba19

Browse files
committed
Use a recent enough version of node
1 parent 129018a commit e5aba19

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: v22.0.0-v8-canary2024030314ed92e804
34+
node-version: v23.0.0-v8-canary202404260b5958504f
3535

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

0 commit comments

Comments
 (0)