Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shpraka authored Dec 4, 2023
1 parent 4c78be2 commit 93b884c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node 18.x
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
- name: 'npm install, build, and test'
run: |
#echo 'PUBLISH_PROFILE=${{ secrets.azureWebAppPublishProfile}}' >> $GITHUB_ENV
Expand All @@ -25,6 +25,6 @@ jobs:
- name: 'Run Azure webapp deploy action using publish profile credentials'
uses: azure/webapps-deploy@releases/v2
with:
app-name: lwasv2-byosstage1
app-name: testnodejs20
resource-group-name: testshpraka
#publish-profile: ${{ env.PUBLISH_PROFILE }}

0 comments on commit 93b884c

Please sign in to comment.