Skip to content

lhci 0.12.0, fixes #124 #284

lhci 0.12.0, fixes #124

lhci 0.12.0, fixes #124 #284

Workflow file for this run

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