We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b19bdde + f0cdfae commit 57982d0Copy full SHA for 57982d0
.github/workflows/deployment-script.yml
@@ -15,10 +15,10 @@ jobs:
15
- name: Setup node
16
uses: actions/setup-node@v2
17
with:
18
- node-version: '16'
+ node-version: '12'
19
check-latest: true
20
- run: |
21
- git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
+ git clone --depth 1 https://github.com/virtual-labs/ph3-lab-mgmt
22
cd ph3-lab-mgmt
23
npm install
24
npm run build-exp
0 commit comments