Skip to content

chore(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.0.1 #105

chore(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.0.1

chore(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.0.1 #105

Workflow file for this run

name: build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v2.5.1
with:
node-version: 12
- run: yarn install
- run: yarn build
env:
NODE_ENV: production
- run: npx flareact build