Skip to content

Commit f92ee1c

Browse files
yanglbmezeevenn
authored andcommitted
chore: update workflows (#1078)
1 parent f890fb5 commit f92ee1c

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/cloudflare-preview-deploy.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,7 @@ jobs:
4242
run_id: ${{ github.event.workflow_run.id }}
4343
workflow_conclusion: success
4444
name: cloudflare-dist
45-
46-
- name: Set up node
47-
uses: actions/setup-node@v6
48-
with:
49-
node-version: 22
50-
51-
- name: Setup pnpm
52-
uses: pnpm/action-setup@v4
53-
with:
54-
version: 10
55-
56-
- name: Install dependencies
57-
run: |
58-
cd apps/web
59-
pnpm install --prod
45+
path: apps/web/dist
6046

6147
- name: Deploy to Cloudflare Workers
6248
id: deploy

0 commit comments

Comments
 (0)