Skip to content

Bump vite from 5.4.7 to 5.4.8 in /aas-web-ui #50

Bump vite from 5.4.7 to 5.4.8 in /aas-web-ui

Bump vite from 5.4.7 to 5.4.8 in /aas-web-ui #50

name: Build AAS Web UI
on:
pull_request:
branches: [ main ]
paths:
- 'aas-web-ui/**'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install Yarn
run: npm install -g yarn
- name: Install Dependencies
run: |
cd aas-web-ui
yarn install
- name: Build
run: |
cd aas-web-ui
yarn build