Skip to content

chore(deps-dev): bump vite from 5.2.13 to 5.4.2 #43

chore(deps-dev): bump vite from 5.2.13 to 5.4.2

chore(deps-dev): bump vite from 5.2.13 to 5.4.2 #43

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Build on PR
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
# Single deploy job since we're just deploying
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Vite Build
run: npm run build
- name: Cypress run
uses: cypress-io/github-action@v6
with:
component: true
browser: chrome