Skip to content

Commit 3d74b83

Browse files
committed
Update GHA scripts
1 parent 629a932 commit 3d74b83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
git config --global core.eol lf
3737
3838
- name: Checkout code
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

41-
- name: Use Node.js 18.x
42-
uses: actions/setup-node@v3
41+
- name: Use latest Node.js
42+
uses: actions/setup-node@v4
4343
with:
44-
node-version: 18.x
44+
node-version: latest
4545

4646
- name: Use OCaml ${{ matrix.ocaml-compiler }}
4747
uses: ocaml/setup-ocaml@v2

0 commit comments

Comments
 (0)