Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Bump vite from 5.4.19 to 5.4.20 #307

Bump vite from 5.4.19 to 5.4.20

Bump vite from 5.4.19 to 5.4.20 #307

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x, 20.x, 21.x, 22.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install packages
run: npm i
- name: test
run: npm t