Skip to content

Commit

Permalink
chore(workflows): set used netlify-cli everywhere to v17 (#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch authored Jul 11, 2024
1 parent 82032b9 commit c93395b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-netlify/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
steps:
- name: Install netlify-cli
shell: bash
run: pnpm i -g netlify-cli
run: pnpm i -g netlify-cli@17

- name: Deploy preview environment to netlify
id: netlify_deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install netlify cli
if: steps.check.outputs.changed == 'true'
run: pnpm -g i netlify-cli@15
run: pnpm -g i netlify-cli@17

# Publish demo only if changesets published any packages
- name: Publish demo app to netlify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build documentation & dependencies
run: pnpm --filter "design-system-documentation..." build

- name: Setup
- name: Setup netlify-cli
uses: ./.github/actions/setup-netlify-cli

- name: Get Netlify Config
Expand Down

0 comments on commit c93395b

Please sign in to comment.