Skip to content

Commit ae39a78

Browse files
authored
chore: bump node and Azure function versions
Node bumped to ~18 Azure Functions bumped to ~4
1 parent e8eae8a commit ae39a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

event-hubs-hec/deploy/azureDeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,11 @@
287287
},
288288
{
289289
"name": "WEBSITE_NODE_DEFAULT_VERSION",
290-
"value": "~12"
290+
"value": "~18"
291291
},
292292
{
293293
"name": "FUNCTIONS_EXTENSION_VERSION",
294-
"value": "~3"
294+
"value": "~4"
295295
},
296296
{
297297
"name": "WEBSITE_CONTENTSHARE",

0 commit comments

Comments
 (0)