Skip to content

Commit

Permalink
CI: use node v8 canary
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 17, 2024
1 parent 3fa6c15 commit 8e1ee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 23
node-version: 'v24.0.0-v8-canary'

- name: Install OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3
Expand Down

0 comments on commit 8e1ee17

Please sign in to comment.