Skip to content

chore(deps-dev): bump vite from 6.3.4 to 6.3.6 #2669

chore(deps-dev): bump vite from 6.3.4 to 6.3.6

chore(deps-dev): bump vite from 6.3.4 to 6.3.6 #2669

Workflow file for this run

name: Generator
on: [push, pull_request]
permissions:
contents: read
jobs:
nodejs:
name: npm-test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run test