Skip to content

build(deps): bump vite from 4.4.7 to 4.5.3 #8

build(deps): bump vite from 4.4.7 to 4.5.3

build(deps): bump vite from 4.4.7 to 4.5.3 #8

Workflow file for this run

name: Build and Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build