Skip to content

chore(deps-dev): bump vite from 5.3.3 to 5.4.10 #345

chore(deps-dev): bump vite from 5.3.3 to 5.4.10

chore(deps-dev): bump vite from 5.3.3 to 5.4.10 #345

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.0
cache: 'npm'
- run: npm ci
- run: make lint
- run: make test-ci
env:
LANG: ja_JP.UTF-8