Skip to content

Update dependency vite to v6.2.6 [SECURITY] - abandoned #1

Update dependency vite to v6.2.6 [SECURITY] - abandoned

Update dependency vite to v6.2.6 [SECURITY] - abandoned #1

Workflow file for this run

name: Size Limit
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
size-limit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup Node.js LTS
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
with:
node-version: lts/*
cache: yarn
- name: Install Dependencies
run: yarn --immutable
- name: Check Size Limit
uses: andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install
script: yarn size-limit --json