Skip to content

Commit 1be0073

Browse files
authored
ci: install pnpm before node
1 parent 59399f4 commit 1be0073

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy-scripts-worker.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23+
- name: Install pnpm
24+
uses: pnpm/action-setup@v4
25+
with:
26+
run_install: false
27+
2328
- name: Install Node.js
2429
uses: actions/setup-node@v4
2530
with:
2631
cache: pnpm
2732

28-
- name: Install pnpm
29-
uses: pnpm/action-setup@v4
30-
3133
- run: pnpm install --frozen-lockfile
3234

3335
- uses: cloudflare/wrangler-action@v3

0 commit comments

Comments
 (0)