Skip to content

Update moc to 1.5.1 #244

Update moc to 1.5.1

Update moc to 1.5.1 #244

Workflow file for this run

name: 'Size Report'
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: npm ci
- uses: andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1.6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}