Skip to content

Commit

Permalink
Merge pull request #352 from mitre/heroku-upgrade
Browse files Browse the repository at this point in the history
Upgrade to New Heroku Plan
  • Loading branch information
georgedias authored May 17, 2024
2 parents 3ae1cfe + a82fa36 commit 410643d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"repository": "https://github.com/strapi/strapi-heroku-template",
"addons": [
"heroku-postgresql:hobby-dev"
"heroku-postgresql:essential-0"
],
"image": "heroku/nodejs",
"buildpacks": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
],
"testEnvironment": "node"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@1.22.22"
}

0 comments on commit 410643d

Please sign in to comment.