Skip to content

Bump @size-limit/file from 12.1.0 to 13.0.3 #439

Bump @size-limit/file from 12.1.0 to 13.0.3

Bump @size-limit/file from 12.1.0 to 13.0.3 #439

Workflow file for this run

name: oxlint
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
with:
version: 11.9.0
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22.x
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm audit --prod
- run: pnpm fmt:check
- run: pnpm lint