Skip to content

Bump vite from 4.3.5 to 4.5.3 #4

Bump vite from 4.3.5 to 4.5.3

Bump vite from 4.3.5 to 4.5.3 #4

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run test
- run: npm run build