Skip to content

Bump vite from 4.5.5 to 4.5.9 in /example #354

Bump vite from 4.5.5 to 4.5.9 in /example

Bump vite from 4.5.5 to 4.5.9 in /example #354

Workflow file for this run

name: Test
on:
push:
pull_request_target:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test