Skip to content

fix: add timer to event handler so we can check whether it was attached during the current propagation #1470

fix: add timer to event handler so we can check whether it was attached during the current propagation

fix: add timer to event handler so we can check whether it was attached during the current propagation #1470

Workflow file for this run

name: Compressed Size
on:
pull_request:
branches:
- '**'
paths:
- '**/src/**.js'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- uses: preactjs/compressed-size-action@v1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'