Skip to content

chore: update yarn #397

chore: update yarn

chore: update yarn #397

Workflow file for this run

name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- uses: preactjs/compressed-size-action@v2
with:
build-script: benchmark:bundle
pattern: "./bundle.js"
compression: "none"