Skip to content

chore(deps): bump wrangler from 3.63.1 to 3.63.2 #269

chore(deps): bump wrangler from 3.63.1 to 3.63.2

chore(deps): bump wrangler from 3.63.1 to 3.63.2 #269

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4.1.7
- name: Publish
uses: cloudflare/wrangler-action@v3.7.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
- uses: actions/setup-node@v4.0.3
with:
node-version: 22.4.1
cache: npm
- run: npm ci
- run: npm run publish
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}