Skip to content

Bump vite from 4.4.7 to 4.4.11 #31

Bump vite from 4.4.7 to 4.4.11

Bump vite from 4.4.7 to 4.4.11 #31

Workflow file for this run

# .github/workflows/tests.yml
name: Run tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
- run: npm install
- run: npm run check