Skip to content

chore(deps): bump express from 5.1.0 to 5.2.1 in /cloudflare #32

chore(deps): bump express from 5.1.0 to 5.2.1 in /cloudflare

chore(deps): bump express from 5.1.0 to 5.2.1 in /cloudflare #32

Workflow file for this run

name: "Playwright MCP for Cloudflare - CI"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: |
npm ci
cd cloudflare
npm run build