Skip to content

chore(deps): bump vite from 7.1.6 to 7.1.11 #237

chore(deps): bump vite from 7.1.6 to 7.1.11

chore(deps): bump vite from 7.1.6 to 7.1.11 #237

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
env:
CI: true
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [18, 20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test