Skip to content

Commit

Permalink
feat: Lighthouse 12 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhenson authored May 3, 2024
1 parent f78f162 commit 3c391db
Show file tree
Hide file tree
Showing 7,084 changed files with 1,094,961 additions and 290,854 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: ./
with:
commentUrl: https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }}/comments
gitHubAccessToken: ${{ secrets.LIGHTHOUSE_CHECK_GITHUB_ACCESS_TOKEN }}
gitHubAccessToken: ${{ secrets.GITHUB_TOKEN }}
prCommentEnabled: true
urls: 'https://www.foo.software'
2 changes: 1 addition & 1 deletion .github/workflows/foo-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
device: all
fooApiToken: ${{ secrets.LIGHTHOUSE_CHECK_API_TOKEN }}
gitHubAccessToken: ${{ secrets.LIGHTHOUSE_CHECK_GITHUB_ACCESS_TOKEN }}
gitHubAccessToken: ${{ secrets.GITHUB_TOKEN }}
tag: GitHub Action (Foo API Test)
urls: ${{ secrets.LIGHTHOUSE_CHECK_URLS }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
device: all
gitAuthor: ${{ github.actor }}
gitBranch: ${{ github.ref }}
gitHubAccessToken: ${{ secrets.LIGHTHOUSE_CHECK_GITHUB_ACCESS_TOKEN }}
gitHubAccessToken: ${{ secrets.GITHUB_TOKEN }}
maxRetries: 1
outputDirectory: ${{ github.workspace }}/tmp/artifacts
urls: 'https://www.foo.software,https://www.foo.software/tag/articles/'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ inputs:
wait:
description: 'If "true", waits for all audit results to be returned, otherwise URLs are only enqueued.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'zap'
Expand Down
1 change: 1 addition & 0 deletions node_modules/.bin/browsers

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/escodegen

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/esgenerate

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,993 changes: 1,544 additions & 1,449 deletions node_modules/.package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/@babel/code-frame/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 26 additions & 33 deletions node_modules/@babel/code-frame/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 3c391db

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device URL
mobile https://www.foo.software

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

Please sign in to comment.