Skip to content

Commit

Permalink
build!: update lighthouse to 7.0.0 (#186)
Browse files Browse the repository at this point in the history
* build!: bump lighthouse from 6.5.0 to 7.0.0

BREAKING CHANGE: drop support for Node 10

* ci!: drop Node 10 CI job

BREAKING CHANGE: Node 10 support is dropped because of Lighthouse 7
  • Loading branch information
TGiles authored Dec 29, 2020
1 parent 9139506 commit ddeaefd
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 177 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
Loading

0 comments on commit ddeaefd

Please sign in to comment.