Skip to content

chore(deps): bump vite from 5.4.21 to 6.4.2 #17

chore(deps): bump vite from 5.4.21 to 6.4.2

chore(deps): bump vite from 5.4.21 to 6.4.2 #17

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
pull_request:
permissions:
contents: read
jobs:
node-build:
name: Node build (Node ${{ matrix.node-version }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ['18', '24']
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build