Skip to content

Commit 3bf80bf

Browse files
authored
feat: upgrade to lighthouse 9.6.8 (#840)
1 parent 60aa39c commit 3bf80bf

File tree

4 files changed

+146
-94
lines changed

4 files changed

+146
-94
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 16.x
3030
- run: yarn
3131
- run: yarn build
32-
- run: yarn test:unit
32+
- run: yarn test:unit || yarn test:unit --onlyFailures || yarn test:unit --onlyFailures
3333
- if: ${{ failure() }}
3434
uses: actions/upload-artifact@v2
3535
with:
@@ -91,7 +91,7 @@ jobs:
9191
- run: yarn test:typecheck
9292
- run: yarn test:lint
9393
- name: Run yarn test:unit
94-
run: yarn test:unit || yarn test:unit || yarn test:unit
94+
run: yarn test:unit || yarn test:unit --onlyFailures || yarn test:unit --onlyFailures
9595
- run: yarn test:docker
9696
# TODO: re-enable, once we have canary server up again
9797
# - run: yarn ci:dogfood

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"https-proxy-agent": "^5.0.0",
2222
"inquirer": "^6.3.1",
2323
"isomorphic-fetch": "^3.0.0",
24-
"lighthouse": "9.3.0",
24+
"lighthouse": "9.6.8",
2525
"lighthouse-logger": "1.2.0",
2626
"open": "^7.1.0",
2727
"tmp": "^0.1.0",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"debug": "^4.3.1",
1414
"isomorphic-fetch": "^3.0.0",
1515
"js-yaml": "^3.13.1",
16-
"lighthouse": "9.3.0",
16+
"lighthouse": "9.6.8",
1717
"tree-kill": "^1.2.1"
1818
}
1919
}

0 commit comments

Comments
 (0)