Skip to content

Commit b50b169

Browse files
author
BalammaBoya
authored
Merge pull request #2 from virtual-labs/dev
Update deployment-script.yml
2 parents 89c3eb3 + f0cdfae commit b50b169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment-script.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '16'
18+
node-version: '12'
1919
check-latest: true
2020
- run: |
21-
git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
21+
git clone --depth 1 https://github.com/virtual-labs/ph3-lab-mgmt
2222
cd ph3-lab-mgmt
2323
npm install
2424
npm run build-exp

0 commit comments

Comments
 (0)