Skip to content

⬆️ upgrade pnpm/action-setup action to v2.4.0 #506

⬆️ upgrade pnpm/action-setup action to v2.4.0

⬆️ upgrade pnpm/action-setup action to v2.4.0 #506

Workflow file for this run

name: size
on: [pull_request]
env:
NODE_OPTIONS: "--max_old_space_size=4096"
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: "latest"
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}