Skip to content

Bump @babel/traverse from 7.15.4 to 7.23.2 in /website #447

Bump @babel/traverse from 7.15.4 to 7.23.2 in /website

Bump @babel/traverse from 7.15.4 to 7.23.2 in /website #447

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@v3
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'