Skip to content

Commit

Permalink
Merge pull request #7 from DNXLabs/Update_nodejs
Browse files Browse the repository at this point in the history
Bump nodejs version to 16
  • Loading branch information
mvsnogueira-dnx authored Sep 19, 2022
2 parents 6244046 + 4de98f4 commit c0f23db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-slack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "aws_lambda_function" "default" {

source_code_hash = filebase64sha256("${path.module}/slack.zip")

runtime = "nodejs12.x"
runtime = "nodejs16.x"

environment {
variables = {
Expand Down

0 comments on commit c0f23db

Please sign in to comment.