mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
ci: Install wrangler globally (no-changelog) (#20013)
This commit is contained in:
parent
fac005b165
commit
590459bd99
4
.github/workflows/storybook.yml
vendored
4
.github/workflows/storybook.yml
vendored
|
|
@ -38,7 +38,9 @@ jobs:
|
|||
pnpm build:storybook
|
||||
|
||||
- name: Setup Wrangler Pre-requisites
|
||||
run: echo "ignore-workspace-root-check=true" >> .npmrc
|
||||
run: |
|
||||
echo "ignore-workspace-root-check=true" >> .npmrc
|
||||
pnpm add --global wrangler
|
||||
|
||||
- name: Deploy
|
||||
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user