Skip to content

Bump @cloudflare/workers-types from 4.20260408.1 to 4.20260409.1 in /serve-robots in the development-dependencies group #477

Bump @cloudflare/workers-types from 4.20260408.1 to 4.20260409.1 in /serve-robots in the development-dependencies group

Bump @cloudflare/workers-types from 4.20260408.1 to 4.20260409.1 in /serve-robots in the development-dependencies group #477

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yaml
build-deploy:
uses: ./.github/workflows/deploy.yaml
needs:
- lint
secrets: inherit