Skip to content

Retry decryption when new key index received #1178

Retry decryption when new key index received

Retry decryption when new key index received #1178

Workflow file for this run

name: 'size'
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
package-size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
script: npx size-limit --json
package_manager: pnpm
build_script: build