Skip to content

Commit

Permalink
Merge pull request #121 from friggframework/FRI-416_Update-Create-Fri…
Browse files Browse the repository at this point in the history
…gg-App-Template-Bump-Node-Version-and-Increase-Timeout

Bump Node Version and Increase Timeout
  • Loading branch information
igorschechtel authored Aug 6, 2024
2 parents 0b68a03 + 26055f6 commit c00d4f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 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 packages/cfa-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=18"
},
"bugs": {
"url": "https://github.com/friggframework/create-frigg-app/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/cfa-template/template/backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ package:
individually: true
provider:
name: aws
runtime: nodejs16.x
runtime: nodejs20.x
timeout: 30
region: us-east-1
stage: ${opt:stage}
# Change for your desired environment
Expand Down
2 changes: 1 addition & 1 deletion packages/create-frigg-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=18"
},
"bugs": {
"url": "https://github.com/friggframework/create-frigg-app/issues"
Expand Down

0 comments on commit c00d4f9

Please sign in to comment.