Skip to content

Support Node 22 / npm 10 build toolchain #116

Support Node 22 / npm 10 build toolchain

Support Node 22 / npm 10 build toolchain #116

Workflow file for this run

name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pattern: "{./dist/index.js,./dist/plugins/*.js}"