From 6521edbed9a9c720745843593e1f696e5d25f082 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 27 Oct 2021 16:28:51 +0100 Subject: [PATCH] docs(nitro): small tweaks to azure functions deployment (#1526) --- docs/content/3.docs/3.deployment/1.azure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/3.docs/3.deployment/1.azure.md b/docs/content/3.docs/3.deployment/1.azure.md index 1b2935cded..64c770cdb2 100644 --- a/docs/content/3.docs/3.deployment/1.azure.md +++ b/docs/content/3.docs/3.deployment/1.azure.md @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node: [ 12 ] + node: [ 14 ] steps: - uses: actions/setup-node@v2 with: @@ -101,7 +101,7 @@ jobs: - name: Build run: npm run build env: - NITRO_PRESET: azure + NITRO_PRESET: azure_functions - name: 'Deploy to Azure Functions' uses: Azure/functions-action@v1