Skip to content

Commit

Permalink
docs(heroku): fix recipe for Heroku to support LHCI 0.9.0 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni authored Jul 18, 2022
1 parent d218192 commit 0da6496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/recipes/heroku-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"@lhci/server": "0.7.x",
"pg": "^7.12.1",
"@lhci/server": "0.9.x",
"pg": "^8.2.1",
"pg-hstore": "^2.3.3"
},
"engines": {
"node": "12.x"
"node": "14.x"
}
}

0 comments on commit 0da6496

Please sign in to comment.