Skip to content

Commit

Permalink
Downgrade to Amplify supported NextJS version (13)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed Dec 13, 2023
1 parent 609ff96 commit ed6788a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 49 deletions.
91 changes: 45 additions & 46 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"axios": "^1.2.2",
"framer-motion": "^10.2.5",
"jsonwebtoken": "^9.0.0",
"next": "^14.0.3",
"next": "^13.5.6",
"react": "^18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 0 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ resource "aws_amplify_app" "dc-next" {
phases:
preBuild:
commands:
- nvm install 18.17.0
- nvm use 18.17.0
- npm ci --force
build:
commands:
Expand Down

0 comments on commit ed6788a

Please sign in to comment.