Skip to content

[npm](deps-dev): Bump vite from 5.4.3 to 5.4.5 in /react #145

[npm](deps-dev): Bump vite from 5.4.3 to 5.4.5 in /react

[npm](deps-dev): Bump vite from 5.4.3 to 5.4.5 in /react #145

Workflow file for this run

name: Build
on:
push:
branches:
- react-rewrite
pull_request:
branches:
- react-rewrite
jobs:
build:
name: Build
runs-on: ubuntu-latest
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