We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c7cff commit d5d6632Copy full SHA for d5d6632
.github/workflows/preview.yml
@@ -7,10 +7,13 @@ jobs:
7
name: Deploy
8
steps:
9
- uses: actions/checkout@v4
10
+ - uses: pnpm/action-setup@v2
11
+ with:
12
+ version: 8.14.1
13
- name: Deploy
14
uses: cloudflare/wrangler-action@v3
15
with:
- wranglerVersion: "* -w"
16
+ # wranglerVersion: "* -w"
17
packageManager: pnpm # you can omit this if you use npm
18
workingDirectory: "packages/backend"
19
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments