Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /website #919

Bump nanoid from 3.3.7 to 3.3.8 in /website

Bump nanoid from 3.3.7 to 3.3.8 in /website #919

Workflow file for this run

name: Bundle Size
on: [pull_request]
jobs:
build:
name: Check compressed size
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'