We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f5ed2 commit 20bafa9Copy full SHA for 20bafa9
.github/workflows/build-wasm_of_ocaml.yml
@@ -41,7 +41,7 @@ jobs:
41
git config --global core.ignorecase false
42
43
- name: Install node
44
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
45
with:
46
node-version: 23
47
.github/workflows/build.yml
@@ -101,7 +101,7 @@ jobs:
101
uses: actions/checkout@v4
102
103
- name: Set-up Node.js
104
105
106
node-version: lts/*
107
0 commit comments