Skip to content

chore(deps-dev): bump @types/node from 20.19.30 to 25.3.0 #770

chore(deps-dev): bump @types/node from 20.19.30 to 25.3.0

chore(deps-dev): bump @types/node from 20.19.30 to 25.3.0 #770

Workflow file for this run

name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './lib/**/*.js'
exclude: './lib/**/*.map'