Skip to content

Bump next from 13.4.5 to 15.5.21 in /examples/publish-ci/rr-rsc-context #1105

Bump next from 13.4.5 to 15.5.21 in /examples/publish-ci/rr-rsc-context

Bump next from 13.4.5 to 15.5.21 in /examples/publish-ci/rr-rsc-context #1105

Workflow file for this run

name: Bundle Size
on: [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
build:
name: Check compressed size
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 1
persist-credentials: false
- uses: preactjs/compressed-size-action@66325aad6443cb7cf89c4bfcd414aea2367cda94 # v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'