diff --git a/.github/workflows/int_poweron-nyla-int.yml b/.github/workflows/int_poweron-nyla-int.yml index e751339..79f0b47 100644 --- a/.github/workflows/int_poweron-nyla-int.yml +++ b/.github/workflows/int_poweron-nyla-int.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Node.js version uses: actions/setup-node@v3 with: - node-version: '20.x' + node-version: '18.x' - name: npm install, build, and test run: | @@ -56,7 +56,7 @@ jobs: name: node-app - name: Unzip artifact for deployment - run: unzip release.zip + run: unzip release.zip -d /home/site/wwwroot - name: Login to Azure uses: azure/login@v2