Skip to content

lhci 0.14.0, fixes #139 #306

lhci 0.14.0, fixes #139

lhci 0.14.0, fixes #139 #306

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