Skip to content

chore(deps): bump vite from 5.0.10 to 5.2.8 #266

chore(deps): bump vite from 5.0.10 to 5.2.8

chore(deps): bump vite from 5.0.10 to 5.2.8 #266

Workflow file for this run

name: Package Size Report
on:
pull_request:
branches:
- master
jobs:
pkg-size-report:
name: Package Size Report
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- name: Package Size Report
uses: pkg-size/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}