Skip to content

chore(deps): update dependency npm-run-all2 to ^5.0.2 - autoclosed #206

chore(deps): update dependency npm-run-all2 to ^5.0.2 - autoclosed

chore(deps): update dependency npm-run-all2 to ^5.0.2 - autoclosed #206

Workflow file for this run

name: Size Limit
on:
pull_request:
branches:
- master
permissions:
contents: read
pull-requests: write
jobs:
size-limit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- name: Install Dependencies
run: yarn --immutable
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install
script: yarn size-limit --json