Skip to content

Commit 59399f4

Browse files
ci: use the wrangler version from package (#919)
1 parent 43802a4 commit 59399f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22+
23+
- name: Install Node.js
24+
uses: actions/setup-node@v4
25+
with:
26+
cache: pnpm
27+
28+
- name: Install pnpm
29+
uses: pnpm/action-setup@v4
30+
31+
- run: pnpm install --frozen-lockfile
32+
2233
- uses: cloudflare/wrangler-action@v3
2334
with:
2435
command: deploy

0 commit comments

Comments
 (0)