Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jan 17, 2024
1 parent 5f0b2ca commit 7829ee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout tree
uses: actions/checkout@v4

- name: Use Node.js
- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- run: corepack enable

- name: Use OCaml 4.14
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "4.14"
Expand Down

0 comments on commit 7829ee2

Please sign in to comment.