Update int_poweron-nyla-int.yml

This commit is contained in:
idittrich-valueon 2025-06-04 09:50:45 +00:00 committed by GitHub
parent 8962fcfd22
commit 06487072b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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