Skip to content

Commit d5d6632

Browse files
committed
ci
1 parent 34c7cff commit d5d6632

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/preview.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ jobs:
77
name: Deploy
88
steps:
99
- uses: actions/checkout@v4
10+
- uses: pnpm/action-setup@v2
11+
with:
12+
version: 8.14.1
1013
- name: Deploy
1114
uses: cloudflare/wrangler-action@v3
1215
with:
13-
wranglerVersion: "* -w"
16+
# wranglerVersion: "* -w"
1417
packageManager: pnpm # you can omit this if you use npm
1518
workingDirectory: "packages/backend"
1619
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)