Skip to content

Bump vite from 4.3.9 to 4.5.2 #21

Bump vite from 4.3.9 to 4.5.2

Bump vite from 4.3.9 to 4.5.2 #21

Workflow file for this run

name: QA
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.x
- uses: actions/setup-node@v3
with:
node-version: 19.x
cache: pnpm
- name: Install
run: pnpm install --no-frozen-lockfile # fix issues with pnpm-lock
- name: Lint
run: pnpm run lint