Skip to content

Commit 3e1261e

Browse files
authored
chore!: Require node 22 or above (#219)
* chore!: Require jsoo >= 6.0 This supersedes #211 in switching to jsoo 6, the main difference is we need to be using a later version of node on our opam workflows, similar to the changes required here grain-lang/libbinaryen#114 * chore: Remove jsoo changes
1 parent 2153b31 commit 3e1261e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/opam.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
with:
2626
submodules: "recursive"
27+
28+
- name: Setup node.js
29+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
30+
with:
31+
node-version: "22"
32+
check-latest: true
2733

2834
- name: Setup OCaml ${{ matrix.ocaml-compiler }}
2935
uses: ocaml/setup-ocaml@c2e6bb92370612b89f302c3aaefa1da45ee2d702 # v3.2.15

0 commit comments

Comments
 (0)