From 39b20011cb8de8e7fe6a43da9dea9d18725667dc Mon Sep 17 00:00:00 2001 From: Jaynandan Prasad Date: Wed, 8 May 2024 13:07:51 -0700 Subject: [PATCH] Update master_dragonfruit.yml updated node to 20.x --- .github/workflows/master_dragonfruit.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/master_dragonfruit.yml b/.github/workflows/master_dragonfruit.yml index 7c814f6..d553340 100644 --- a/.github/workflows/master_dragonfruit.yml +++ b/.github/workflows/master_dragonfruit.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js version uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' - name: npm install, build, and test run: | @@ -42,8 +42,8 @@ jobs: environment: name: 'Production' url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} - permissions: - id-token: write #This is required for requesting the JWT + permissions: + id-token: write #This is required for requesting the JWT steps: - name: Download artifact from build job @@ -53,13 +53,13 @@ jobs: - name: Unzip artifact for deployment run: unzip release.zip - - - name: Login to Azure - uses: azure/login@v1 - with: - client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_9F9A346BDB8D472CB0E7E8791DC0C3A6 }} - tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_CDD07CFB921840818F6F980A286BA381 }} - subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_D4E8641D521144F196A0FA2BD7AAF0A9 }} + + - name: Login to Azure + uses: azure/login@v1 + with: + client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_9F9A346BDB8D472CB0E7E8791DC0C3A6 }} + tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_CDD07CFB921840818F6F980A286BA381 }} + subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_D4E8641D521144F196A0FA2BD7AAF0A9 }} - name: 'Deploy to Azure Web App' id: deploy-to-webapp @@ -68,4 +68,4 @@ jobs: app-name: 'dragonfruit' slot-name: 'Production' package: . - \ No newline at end of file +