Skip to content

Update Yarn to 4.1.0 #98

Update Yarn to 4.1.0

Update Yarn to 4.1.0 #98

Workflow file for this run

name: Main workflow
on:
pull_request:
push:
schedule:
# Prime the caches every Monday
- cron: 0 1 * * MON
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: corepack enable
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "4.14"
allow-prerelease-opam: true
- run: yarn install --immutable
- run: opam install . --deps-only
- run: yarn exec -- opam exec -- make
- run: node dist/index.js