We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59399f4 commit 1be0073Copy full SHA for 1be0073
.github/workflows/deploy-scripts-worker.yml
@@ -20,14 +20,16 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
23
+ - name: Install pnpm
24
+ uses: pnpm/action-setup@v4
25
+ with:
26
+ run_install: false
27
+
28
- name: Install Node.js
29
uses: actions/setup-node@v4
30
with:
31
cache: pnpm
32
- - name: Install pnpm
- uses: pnpm/action-setup@v4
-
33
- run: pnpm install --frozen-lockfile
34
35
- uses: cloudflare/wrangler-action@v3
0 commit comments