Update azure-webapps-node.yml (#1282)

This commit is contained in:
Jason Freeberg
2021-12-01 20:52:36 -05:00
committed by GitHub
parent a8de83bc48
commit a48ef3a643
+2 -2
View File
@@ -26,7 +26,7 @@ on:
env:
AZURE_WEBAPP_NAME: your-app-name # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '10.x' # set this to the node version to use
NODE_VERSION: '14.x' # set this to the node version to use
jobs:
build:
@@ -71,4 +71,4 @@ jobs:
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}