Skip to content

Commit

Permalink
Merge pull request #2 from virtual-labs/dev
Browse files Browse the repository at this point in the history
Update deployment-script.yml
  • Loading branch information
BalammaBoya authored Oct 22, 2021
2 parents e3b24c9 + 09486fb commit ed57790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '12'
check-latest: true
- run: |
git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
git clone --depth 1 https://github.com/virtual-labs/ph3-lab-mgmt
cd ph3-lab-mgmt
npm install
npm run build-exp
Expand Down

0 comments on commit ed57790

Please sign in to comment.