Skip to content

Bump vite from 4.3.9 to 4.4.9 #45

Bump vite from 4.3.9 to 4.4.9

Bump vite from 4.3.9 to 4.4.9 #45

Workflow file for this run

name: Pull Request Workflow
on: pull_request
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
- name: Test
run: npm run test
- name: Lint
run: npm run lint