Skip to content

Bump semver from 7.3.8 to 7.5.4 (#16) #51

Bump semver from 7.3.8 to 7.5.4 (#16)

Bump semver from 7.3.8 to 7.5.4 (#16) #51

name: Deploy to Cloudflare Workers
on:
push:
branches:
- main
jobs:
deploy:
name: Worker Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
name: Setup Node.js
with:
node-version: '18'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Deploy Worker to Cloudflare
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
run: yarn deploy