Skip to content

Bump vite from 4.5.0 to 5.0.0 (#58) #61

Bump vite from 4.5.0 to 5.0.0 (#58)

Bump vite from 4.5.0 to 5.0.0 (#58) #61

Workflow file for this run

name: Test
on:
push:
branches: [main, dev]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: |
npm install
- name: Run tests
run: |
npm run test