Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Bump vite from 4.4.11 to 4.5.0 #15

Bump vite from 4.4.11 to 4.5.0

Bump vite from 4.4.11 to 4.5.0 #15

Workflow file for this run

name: Build on PR
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: install pnpm
run: npm i -g pnpm
- name: Install packages
run: pnpm i
- name: run pnpm build
run: pnpm run build