Skip to content

Upgrade to Semantic UI React v3. #19054

Upgrade to Semantic UI React v3.

Upgrade to Semantic UI React v3. #19054

Workflow file for this run

name: Frontend
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4.1.6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
cd components/frontend
npm ci
npm run --ignore-scripts build --if-present
ci/unittest.sh
ci/quality.sh
env:
CI: true