Skip to content

fix(d1): Remove beta mention from warning #3972

fix(d1): Remove beta mention from warning

fix(d1): Remove beta mention from warning #3972

Workflow file for this run

name: Bundle size
on:
pull_request:
paths-ignore:
# Any update here needs to be done for
# all files (test.yml, benchmark.yml, release-ci.yml, bundle-size.yml)
- '*.md'
- '*.bench.ts'
- 'LICENSE'
- '.dockerignore'
- 'scripts/ci/publish.ts'
- '.github/CODEOWNERS'
- '.github/renovate.json'
- '.github/ISSUE_TEMPLATE/**'
- '.github/DISCUSSION_TEMPLATE/**'
- '.devcontainer/**'
- '.vscode/**'
- 'graphs/**'
- 'sandbox/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install & build
uses: ./.github/actions/setup
with:
node-version: 18
pnpm-version: 8.15.5
skip-tsc: true
skip-build: true
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: bundle-size