chore(deps): update dependency @graphql-codegen/plugin-helpers to v6 #6761
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "size" | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - release-* | |
| - pr/* | |
| jobs: | |
| size: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v4 | |
| - name: Setup Node.js | |
| uses: actions/setup-node@v4 | |
| with: | |
| node-version: ">=23.6.0" | |
| - name: Install dependencies (with cache) | |
| uses: bahmutov/npm-install@v1 | |
| - name: Run size-limit | |
| uses: andresz1/size-limit-action@v1 | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} |