Skip to content

Commit

Permalink
chore: temporarily lock netlify-cli to 17.36.0 to prevent netlify/cli…
Browse files Browse the repository at this point in the history
…#6841

Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Oct 9, 2024
1 parent c2a920b commit 4bf9bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install Netlify CLI
run: pnpm install -g netlify-cli
run: pnpm install -g netlify-cli@17.36.0

- name: Push to Netlify - Ubuntu
id: netlify-ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
VUE_PROD_HYDRATION_MISMATCH_DETAILS_FLAG: '1'

- name: Install Netlify CLI
run: pnpm install -g netlify-cli
run: pnpm install -g netlify-cli@17.36.0

- name: Push to Netlify
timeout-minutes: 10
Expand Down

0 comments on commit 4bf9bc1

Please sign in to comment.