Skip to content

Commit c7ac091

Browse files
authored
chore: use node20 for runtime to fix tests (no-release) (#58)
Node14 no longer supported, tests fail because of this
1 parent 66b17ce commit c7ac091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/fixtures.us-east-2.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ stage = "test"
55

66
function_name = "example-complete"
77
handler = "handler.handler"
8-
runtime = "nodejs14.x"
8+
runtime = "nodejs20.x"
99
ephemeral_storage_size = 1024

0 commit comments

Comments
 (0)