Skip to content

Commit 4bf9bc1

Browse files
committed
chore: temporarily lock netlify-cli to 17.36.0 to prevent netlify/cli#6841
Signed-off-by: Neko Ayaka <[email protected]>
1 parent c2a920b commit 4bf9bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview-docs-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
${{ runner.os }}-pnpm-store-
8181
8282
- name: Install Netlify CLI
83-
run: pnpm install -g netlify-cli
83+
run: pnpm install -g netlify-cli@17.36.0
8484

8585
- name: Push to Netlify - Ubuntu
8686
id: netlify-ubuntu-latest

.github/workflows/production-docs-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
VUE_PROD_HYDRATION_MISMATCH_DETAILS_FLAG: '1'
5959

6060
- name: Install Netlify CLI
61-
run: pnpm install -g netlify-cli
61+
run: pnpm install -g netlify-cli@17.36.0
6262

6363
- name: Push to Netlify
6464
timeout-minutes: 10

0 commit comments

Comments
 (0)