Skip to content

CI Build

CI Build #12

Workflow file for this run

name: CI Build
on:
workflow_dispatch:
jobs:
build-webfrontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'