Skip to content

Update jsr-publish.yml #107

Update jsr-publish.yml

Update jsr-publish.yml #107

Workflow file for this run

name: Size Limit report
on:
pull_request:
branches:
- main
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable
- name: Use Node 20
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'pnpm'
- name: Runs size-limit
uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: --filter fetchtastic build