Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

feat(deps): bump vite from 5.1.3 to 5.1.5 #539

feat(deps): bump vite from 5.1.3 to 5.1.5

feat(deps): bump vite from 5.1.3 to 5.1.5 #539

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions: read-all
jobs:
cypress-run:
name: Run CI
runs-on: ubuntu-latest
steps:
- name: Checkout repository for cypress tests
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Use Node.js current version
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: current
- name: Install package dependencies
run: npm ci
- name: Run cypress test
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a
with:
browser: chrome
install: false
build: npm run cypress:build
start: |
npm run demo:dev
npm run demo:prod