Skip to content

Bump vite from 5.2.8 to 5.4.7 #39

Bump vite from 5.2.8 to 5.4.7

Bump vite from 5.2.8 to 5.4.7 #39

Workflow file for this run

name: Unit tests
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Run Vitest
run: yarn test