Skip to content

Commit c41b912

Browse files
Bump node version
1 parent a5929ae commit c41b912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_lambda_function" "lambda" {
2222

2323
source_code_hash = filebase64sha256(local.slack_lambda_zip)
2424

25-
runtime = "nodejs14.x"
25+
runtime = "nodejs16.x"
2626

2727
environment {
2828
variables = merge({

0 commit comments

Comments
 (0)