Skip to content

chore(deps): bump tar from 6.2.0 to 6.2.1 #54

chore(deps): bump tar from 6.2.0 to 6.2.1

chore(deps): bump tar from 6.2.0 to 6.2.1 #54

Workflow file for this run

name: Size Limit
on:
pull_request:
branches:
- master
jobs:
size-limit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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