chore(deps): update dependency @types/archiver to v7 #12640
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Export Size | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| size: | |
| strategy: | |
| matrix: | |
| node-version: [18.x] | |
| os: [ubuntu-latest] | |
| fail-fast: false | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Code | |
| uses: actions/checkout@v6 | |
| - name: Setup Bun | |
| uses: oven-sh/setup-bun@v2 | |
| # - uses: antfu/export-size-action@v1 | |
| # with: | |
| # github_token: ${{ secrets.GITHUB_TOKEN }} | |
| # paths: ./storage/framework/core/actions,./storage/framework/core/ai,./storage/framework/core/alias,./storage/framework/core/analytics,./storage/framework/core/arrays,./storage/framework/core/auth,./storage/framework/core/buddy,./storage/framework/core/build,./storage/framework/core/cache,./storage/framework/core/cli,./storage/framework/core/cloud,./storage/framework/core/collections,./storage/framework/core/config,./storage/framework/core/database,./storage/framework/core/development,./storage/framework/core/dns,./storage/framework/core/docs,./storage/framework/core/email,./storage/framework/core/error-handling,./storage/framework/core/events,./storage/framework/core/git,./storage/framework/core/health,./storage/framework/core/logging,./storage/framework/core/lint,./storage/framework/core/modules,./storage/framework/core/notifications,./storage/framework/core/objects,./storage/framework/core/orm,./storage/framework/core/pages,./storage/framework/core/path,./storage/framework/core/query-builder,./storage/framework/core/payments,./storage/framework/core/push,./storage/framework/core/realtime,./storage/framework/core/repl,./storage/framework/core/router,./storage/framework/core/scheduler,./storage/framework/core/search-engine,./storage/framework/core/security,./storage/framework/core/server,./storage/framework/core/signals,./storage/framework/core/slug,./storage/framework/core/sms,./storage/framework/core/storage,./storage/framework/core/strings,./storage/framework/core/testing,./storage/framework/core/tinker,./storage/framework/core/types,./storage/framework/core/ui,./storage/framework/core/utils,./storage/framework/core/validation,./storage/framework/core/vite-plugin | |
| # build_script: bun --filter=storage/framework/core build |