diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7a04717..35ed4a0 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 @@ -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 }}