Skip to content

Bump vite from 4.2.1 to 4.5.2 #28

Bump vite from 4.2.1 to 4.5.2

Bump vite from 4.2.1 to 4.5.2 #28

Workflow file for this run

name: Test
on:
push:
branches: [main]
paths:
- src/**
- test/**
- "*.json"
- "*.ts"
- .github/workflows/test.yml
pull_request:
branches: [main]
paths:
- src/**
- test/**
- "*.json"
- "*.ts"
- .github/workflows/test.yml
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm test