Skip to content

Bump vite from 5.3.3 to 5.4.6 #828

Bump vite from 5.3.3 to 5.4.6

Bump vite from 5.3.3 to 5.4.6 #828

Workflow file for this run

name: ESLint
on:
pull_request:
branches:
- main
- master
- 'dev*'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm ci
- run: npm run lint