Skip to content

Bump vite from 7.3.1 to 8.0.8 in /welcome-page #94

Bump vite from 7.3.1 to 8.0.8 in /welcome-page

Bump vite from 7.3.1 to 8.0.8 in /welcome-page #94

name: "welcome-page build"
on:
workflow_dispatch:
pull_request:
paths:
- 'welcome-page/**'
jobs:
build:
# Self-hosted runner on Raspberry Pi 5 — see ./github-runner/README.md
runs-on: [self-hosted, pi5]
defaults:
run:
working-directory: welcome-page
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 25
cache: npm
cache-dependency-path: welcome-page/package-lock.json
- name: "Install dependencies"
run: make install
- name: "Format check"
run: make qa
- name: "Build"
run: make build