Skip to content

build(deps): bump vite from 4.4.7 to 4.4.12 #6

build(deps): bump vite from 4.4.7 to 4.4.12

build(deps): bump vite from 4.4.7 to 4.4.12 #6

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