Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #63 from wizage/nodeversionbump
Browse files Browse the repository at this point in the history
Bumped node version
  • Loading branch information
wizage authored Jan 9, 2020
2 parents 75c990b + 1db2388 commit 38d4349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-category-video",
"version": "2.4.1",
"version": "2.5.1",
"description": "Plugin for Amplify to add support for live streaming. Made for Unicorn Trivia Workshop",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{ "Ref": "AWS::NoValue" }
]
},
"Runtime": "nodejs8.10",
"Runtime": "nodejs10.x",
"MemorySize": { "Ref": "pMemorySize" },
"Timeout": { "Ref": "pTimeout" },
"Handler": { "Ref": "pLambdaHandler" },
Expand Down

0 comments on commit 38d4349

Please sign in to comment.