Skip to content

[npm](deps-dev): Bump vite from 6.0.6 to 6.0.7 in /react in the dev-deps group #228

[npm](deps-dev): Bump vite from 6.0.6 to 6.0.7 in /react in the dev-deps group

[npm](deps-dev): Bump vite from 6.0.6 to 6.0.7 in /react in the dev-deps group #228

Workflow file for this run

name: Build
on:
push:
branches:
- react-rewrite
pull_request:
branches:
- react-rewrite
jobs:
build:
name: Build
runs-on: ubuntu-24.04
defaults:
run:
working-directory: react/
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install Dependecies
run: npm ci
- name: Build Website
run: npm run build