Skip to content

Commit 57982d0

Browse files
committed
2 parents b19bdde + f0cdfae commit 57982d0

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)