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 4.4.11 to 4.5.0 #421

feat(deps): bump vite from 4.4.11 to 4.5.0

feat(deps): bump vite from 4.4.11 to 4.5.0 #421

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@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
node-version: current
- name: Install package dependencies
run: npm ci
- name: Run cypress test
uses: cypress-io/github-action@59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2
with:
browser: chrome
install: false
build: npm run cypress:build
start: |
npm run demo:dev
npm run demo:prod