Skip to content

Update dependency wrangler to v3.99.0 #3352

Update dependency wrangler to v3.99.0

Update dependency wrangler to v3.99.0 #3352

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npx biome ci