Skip to content

v2.0.1

v2.0.1 #114

Workflow file for this run

name: Run UI Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "21"
cache: "yarn"
cache-dependency-path: yarn.lock
- run: yarn && yarn build