-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5967 from sudhanshutech/gatsby-v5-migration
Gatsby v5 migration
- Loading branch information
Showing
289 changed files
with
8,932 additions
and
8,768 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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 19 | ||
- run: npm install && npm install -g @lhci/[email protected] | ||
- run: npm install --legacy-peer-deps && npm install -g @lhci/[email protected] | ||
- run: CI=false npm run build | ||
- run: lhci collect --config=.desktop-lighthouserc.js | ||
- run: lhci assert --config=.desktop-lighthouserc.js | ||
|
Oops, something went wrong.