Skip to content

pkg: Update express to v4.20.0 [SECURITY] #6467

pkg: Update express to v4.20.0 [SECURITY]

pkg: Update express to v4.20.0 [SECURITY] #6467

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