Skip to content

chore(deps): update cloudflare/wrangler-action action to v3.9.0 #698

chore(deps): update cloudflare/wrangler-action action to v3.9.0

chore(deps): update cloudflare/wrangler-action action to v3.9.0 #698

Workflow file for this run

name: build-script
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/setup-node@v4.0.4
with:
node-version: '18.x'
cache: 'yarn'
- name: use yarn
run: |
yarn install
yarn css
yarn build