Skip to content

Bump vite from 5.0.5 to 5.0.13 #17

Bump vite from 5.0.5 to 5.0.13

Bump vite from 5.0.5 to 5.0.13 #17

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
- name: Build with Vite
run: npm run build
- name: Test with Vitest
run: npm run test