Skip to content

fix(deps): update all dependencies #397

fix(deps): update all dependencies

fix(deps): update all dependencies #397

Workflow file for this run

name: Size Limit
on:
pull_request:
branches:
- main
jobs:
size-limit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Setup Node.js LTS
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: lts/*
cache: yarn
- name: Install Dependencies
run: yarn --frozen-lockfile
- uses: andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install
script: yarn size-limit --json