Skip to content

chore: update workflow #83

chore: update workflow

chore: update workflow #83

Workflow file for this run

name: MinBuild
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: install
run: yarn --immutable
- name: build
run: yarn minbuild