Skip to content

chore(deps-dev): bump @types/babel__traverse from 7.20.2 to 7.20.4 #95

chore(deps-dev): bump @types/babel__traverse from 7.20.2 to 7.20.4

chore(deps-dev): bump @types/babel__traverse from 7.20.2 to 7.20.4 #95

Workflow file for this run

name: size
on: [pull_request, workflow_dispatch]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: latest
run_install: false
- name: Use Node 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- run: pnpm install
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}