Skip to content

Commit

Permalink
docs(nitro): small tweaks to azure functions deployment (nuxt#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Oct 27, 2021
1 parent f78ec93 commit 6521edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/3.docs/3.deployment/1.azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node: [ 12 ]
node: [ 14 ]
steps:
- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6521edb

Please sign in to comment.