Skip to content

internal(pkg): bump path-to-regexp from 6.2.2 to 6.3.0 #6468

internal(pkg): bump path-to-regexp from 6.2.2 to 6.3.0

internal(pkg): bump path-to-regexp from 6.2.2 to 6.3.0 #6468

Workflow file for this run

name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- name: compressed-size-action
uses: preactjs/compressed-size-action@v2
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
build-script: "build:sizecompare"
pattern: "examples/typescript/dist/**/*.{js,css,html,json}"
exclude: "{examples/typescript/dist/manifest.json,**/*.map,**/node_modules/**}"
minimum-change-threshold: 8