Skip to content

fix lhciCliPath resolve #301

fix lhciCliPath resolve

fix lhciCliPath resolve #301

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use node 20
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- run: yarn install
- run: yarn test