Skip to content

Bump marked from 16.1.2 to 16.4.0 in /ui #111

Bump marked from 16.1.2 to 16.4.0 in /ui

Bump marked from 16.1.2 to 16.4.0 in /ui #111

Workflow file for this run

name: frontend-test
on:
push:
paths:
- 'ui/**'
- '.github/workflows/frontend-test.yml'
- '!ui/templates/**'
- '!ui/embed.go'
- '!ui/dist/**'
- '!**.md'
pull_request:
paths:
- 'ui/**'
- '.github/workflows/frontend-test.yml'
- '!ui/templates/**'
- '!ui/embed.go'
- '!ui/dist/**'
- '!**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: ui/yarn.lock
- name: Build UI
working-directory: ./ui
run: |
yarn install --frozen-lockfile
yarn run build