docs(nitro): small tweaks to azure functions deployment (#1526)

This commit is contained in:
Daniel Roe 2021-10-27 16:28:51 +01:00 committed by GitHub
parent f78ec933fe
commit 6521edbed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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