Skip to content

Bump vite from 5.2.6 to 5.2.13 #167

Bump vite from 5.2.6 to 5.2.13

Bump vite from 5.2.6 to 5.2.13 #167

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