Skip to content

Bump vite from 2.9.17 to 2.9.18 #16

Bump vite from 2.9.17 to 2.9.18

Bump vite from 2.9.17 to 2.9.18 #16

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: v14.16.0
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn run generate