Skip to content

Bump @cloudflare/workers-types from 4.20240909.0 to 4.20240924.0 #96

Bump @cloudflare/workers-types from 4.20240909.0 to 4.20240924.0

Bump @cloudflare/workers-types from 4.20240909.0 to 4.20240924.0 #96

Workflow file for this run

name: "Build Pull Request"
on:
workflow_dispatch:
pull_request:
paths-ignore:
- '.**'
- 'LICENSE'
- 'ACKNOWLEDGEMENTS'
- '**.md'
jobs:
build:
name: "Build PR"
if: ${{ (github.event.action == 'synchronize' && github.event.label.name != 'skip preview') || github.event.action != 'synchronize' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
with:
node-version: current
cache: 'npm'
- run: npm ci
- name: Run test
uses: cloudflare/wrangler-action@v3.4.1
with:
apiToken: 'dummy-key-that-should-make-the-action-run-lol'
command: deploy --env pr --dry-run --outdir ./out