Skip to content

chore(deps-dev): bump typescript-eslint from 8.34.1 to 8.46.2 #91

chore(deps-dev): bump typescript-eslint from 8.34.1 to 8.46.2

chore(deps-dev): bump typescript-eslint from 8.34.1 to 8.46.2 #91

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