Skip to content

Commit 85af54e

Browse files
Merge pull request #75 from NHSDigital/feature/CCM-9957_Upgrade_NodeJS_runtime
CCM-9957: Upgrade NodeJS Runtime
2 parents f15eb71 + f7b2497 commit 85af54e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is for you! Please, updated to the versions agreed by your team.
22

33
gitleaks 8.18.4
4-
nodejs 18.18.2
4+
nodejs 22.15.1
55
pre-commit 3.6.0
66
terraform 1.9.2
77
terraform-docs 0.19.0

infrastructure/modules/eventpub/lambda_function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "aws_lambda_function" "main" {
44

55
role = aws_iam_role.lambda.arn
66
handler = "index.handler"
7-
runtime = "nodejs20.x"
7+
runtime = "nodejs22.x"
88
publish = true
99
memory_size = 128
1010
timeout = 20

0 commit comments

Comments
 (0)