Skip to content

Bump vite from 5.3.3 to 5.4.6 #126

Bump vite from 5.3.3 to 5.4.6

Bump vite from 5.3.3 to 5.4.6 #126

Workflow file for this run

on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Test
run: |
npm ci
npm run test
npm run test-types