chore(deps-dev): bump astro from 5.10.0 to 5.15.1 #94
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 Limit | |
| on: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| size: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repo | |
| uses: actions/[email protected] | |
| - name: Install pnpm | |
| uses: pnpm/action-setup@v4 | |
| with: | |
| version: 9 | |
| run_install: false | |
| - name: Setup Node.js 20.x | |
| uses: actions/[email protected] | |
| with: | |
| node-version: 20.x | |
| - name: Install Dependencies | |
| run: pnpm install --frozen-lockfile | |
| - name: Build | |
| run: pnpm run prepack | |
| - name: size-limit-action | |
| uses: andresz1/[email protected] | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| directory: . |