Skip to content

Bump vite from 5.4.11 to 5.4.14 #130

Bump vite from 5.4.11 to 5.4.14

Bump vite from 5.4.11 to 5.4.14 #130

Workflow file for this run

name: Pull Request Main
on:
pull_request:
branches:
- 'main'
jobs:
test_pr_main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm ci
- run: npm run build
- run: npm run lint