Skip to content

Bump webpack from 5.83.1 to 5.94.0 in /website #781

Bump webpack from 5.83.1 to 5.94.0 in /website

Bump webpack from 5.83.1 to 5.94.0 in /website #781

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 }}'