Skip to content

Commit 618b591

Browse files
authored
Update nodejs in templates to node18 (aws-cloudformation#106)
1 parent 79e331b commit 618b591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rpdk/typescript/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def validate_no(value):
3737
class TypescriptLanguagePlugin(LanguagePlugin):
3838
MODULE_NAME = __name__
3939
NAME = "typescript"
40-
RUNTIME = "nodejs14.x"
40+
RUNTIME = "nodejs18.x"
4141
ENTRY_POINT = "dist/handlers.entrypoint"
4242
TEST_ENTRY_POINT = "dist/handlers.testEntrypoint"
4343
CODE_URI = "./"

0 commit comments

Comments
 (0)