Skip to content

Bump vite from 5.0.10 to 5.0.12 #77

Bump vite from 5.0.10 to 5.0.12

Bump vite from 5.0.10 to 5.0.12 #77

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- 'develop'
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install Dependendies
run: npm ci
- name: Run Lint & Format Check
run: npm run lint
- name: Build Test
run: npm run build