Skip to content

Commit

Permalink
chore: use node20 for runtime to fix tests (no-release) (#58)
Browse files Browse the repository at this point in the history
Node14 no longer supported, tests fail because of this
  • Loading branch information
kevcube authored Apr 22, 2024
1 parent 66b17ce commit c7ac091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/fixtures.us-east-2.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ stage = "test"

function_name = "example-complete"
handler = "handler.handler"
runtime = "nodejs14.x"
runtime = "nodejs20.x"
ephemeral_storage_size = 1024

0 comments on commit c7ac091

Please sign in to comment.