Skip to content

feat: add Node 24 support #458

feat: add Node 24 support

feat: add Node 24 support #458

Workflow file for this run

name: Compressed Size
on:
pull_request:
branches:
- main
paths-ignore:
- 'test/**'
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
build-script: 'dist'