Skip to content

build(deps): bump vite from 5.0.11 to 5.2.8 #29

build(deps): bump vite from 5.0.11 to 5.2.8

build(deps): bump vite from 5.0.11 to 5.2.8 #29

Workflow file for this run

name: build
on:
release:
types: [created]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
name:
description: 'reason'
required: false
default: ''
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js v20.x
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
- run: yarn build-es3
- run: yarn build-es6