Update int_poweron-nyla-int.yml
This commit is contained in:
parent
8962fcfd22
commit
06487072b4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/int_poweron-nyla-int.yml
vendored
4
.github/workflows/int_poweron-nyla-int.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Set up Node.js version
|
- name: Set up Node.js version
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20.x'
|
node-version: '18.x'
|
||||||
|
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
name: node-app
|
name: node-app
|
||||||
|
|
||||||
- name: Unzip artifact for deployment
|
- name: Unzip artifact for deployment
|
||||||
run: unzip release.zip
|
run: unzip release.zip -d /home/site/wwwroot
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: azure/login@v2
|
uses: azure/login@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue