Skip to content

Bump vite from 4.4.8 to 4.4.12 #8

Bump vite from 4.4.8 to 4.4.12

Bump vite from 4.4.8 to 4.4.12 #8

Workflow file for this run

name: Cypress Tests
on:
pull_request:
branches: [main]
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: npm install
run: npm ci --legacy-peer-deps
- name: Cypress run
uses: cypress-io/github-action@v5
with:
install: false
build: npm run build
start: npm run preview