Skip to content

Commit

Permalink
Update nodejs in templates to node18 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaeng authored May 31, 2023
1 parent 79e331b commit 618b591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rpdk/typescript/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def validate_no(value):
class TypescriptLanguagePlugin(LanguagePlugin):
MODULE_NAME = __name__
NAME = "typescript"
RUNTIME = "nodejs14.x"
RUNTIME = "nodejs18.x"
ENTRY_POINT = "dist/handlers.entrypoint"
TEST_ENTRY_POINT = "dist/handlers.testEntrypoint"
CODE_URI = "./"
Expand Down

0 comments on commit 618b591

Please sign in to comment.