From 6ddc46c1c4058cadf3e2f0014268bb118c0ce67e Mon Sep 17 00:00:00 2001 From: Kevin Mahoney Date: Mon, 22 Apr 2024 14:35:41 +0200 Subject: [PATCH] Use runtime node20 Node14 no longer supported, tests fail because of this --- examples/complete/fixtures.us-east-2.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/complete/fixtures.us-east-2.tfvars b/examples/complete/fixtures.us-east-2.tfvars index f0aad9c..0b7b1da 100644 --- a/examples/complete/fixtures.us-east-2.tfvars +++ b/examples/complete/fixtures.us-east-2.tfvars @@ -5,5 +5,5 @@ stage = "test" function_name = "example-complete" handler = "handler.handler" -runtime = "nodejs14.x" +runtime = "nodejs20.x" ephemeral_storage_size = 1024