Skip to content

chore(deps): bump vite from 5.2.8 to 5.4.6 #188

chore(deps): bump vite from 5.2.8 to 5.4.6

chore(deps): bump vite from 5.2.8 to 5.4.6 #188

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test