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 94fc6ce + 9fcc0dd commit 91ea71dCopy full SHA for 91ea71d
.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