Skip to content

Commit

Permalink
Update GHA scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Jun 5, 2024
1 parent f9ead17 commit 20c73ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js 18.x
uses: actions/setup-node@v3
- name: Use latest Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: latest

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

0 comments on commit 20c73ad

Please sign in to comment.