Skip to content

Bump vite from 4.3.9 to 4.5.0 (#52) #89

Bump vite from 4.3.9 to 4.5.0 (#52)

Bump vite from 4.3.9 to 4.5.0 (#52) #89

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: "20"
cache: 'npm'
- run: npm ci
- run: npm run build