Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBoudreau authored Mar 8, 2024
1 parent a5929ae commit c41b912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_lambda_function" "lambda" {

source_code_hash = filebase64sha256(local.slack_lambda_zip)

runtime = "nodejs14.x"
runtime = "nodejs16.x"

environment {
variables = merge({
Expand Down

0 comments on commit c41b912

Please sign in to comment.