Skip to content

Bump vite from 6.0.3 to 6.0.11 in the npm_and_yarn group #1239

Bump vite from 6.0.3 to 6.0.11 in the npm_and_yarn group

Bump vite from 6.0.3 to 6.0.11 in the npm_and_yarn group #1239

Workflow file for this run

name: Cypress Tests
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22
cache: npm
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run docs:build
start: npm run ci