Skip to content

Commit

Permalink
Change Node version in function app definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Castro, Mario committed Sep 11, 2024
1 parent 1338b5d commit a07e956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class TerraformFunctionApp {
provider: azureProvider,
siteConfig: {
applicationStack: {
nodeVersion: '~18',
nodeVersion: '~20',
},
},
functionsExtensionVersion: '~4',
Expand Down

0 comments on commit a07e956

Please sign in to comment.