-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): use netlify-cli dev dep where possible
Ubuntu 24.04 (now ubuntu-latest) has removed the `netlify` CLI :( We were installing it manually in some CI workflows, but not the e2e report one, which started failing. This fixes that by pulling in the easy parts of #2484.
- Loading branch information
Showing
7 changed files
with
39,781 additions
and
12,459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,10 +72,7 @@ jobs: | |
env: | ||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} | ||
run: | | ||
# TODO(serhalp) Unpin version once | ||
# https://netlify.slack.com/archives/C07686YAY13/p1718139257978049 is resolved. | ||
npm i -g [email protected] | ||
netlify login | ||
npx netlify login | ||
- name: Get installed Playwright version | ||
id: playwright-version | ||
run: echo "version=$(npm view @playwright/test version)" >> $GITHUB_OUTPUT | ||
|
@@ -208,10 +205,7 @@ jobs: | |
env: | ||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} | ||
run: | | ||
# TODO(serhalp) Unpin version once | ||
# https://netlify.slack.com/archives/C07686YAY13/p1718139257978049 is resolved. | ||
npm i -g [email protected] | ||
netlify login | ||
npx netlify login | ||
- name: Resolve Next.js version | ||
id: resolve-next-version | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.