Skip to content

chore(deps-dev): bump astro from 5.10.0 to 5.15.1 #94

chore(deps-dev): bump astro from 5.10.0 to 5.15.1

chore(deps-dev): bump astro from 5.10.0 to 5.15.1 #94

Workflow file for this run

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: .