-
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: use netlify-cli as a regular dev dep
Instead of adding nondeterminism to our CI by installing netlify-cli@latest on each run, just install it as a regular dev dep and let Renovate handle bumps. In the case of the next.js repo e2e tests, reference this repo (which is guaranteed to be a sibling directory) to access the netlify-cli binary.
- Loading branch information
Showing
5 changed files
with
41,693 additions
and
12,525 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,9 +72,6 @@ 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 | ||
- name: Get installed Playwright version | ||
id: playwright-version | ||
|
@@ -208,9 +205,6 @@ 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 | ||
- name: Resolve Next.js version | ||
id: resolve-next-version | ||
|
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.