Skip to content

Commit

Permalink
fix(pipeline): specify node version in deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Santer <[email protected]>
  • Loading branch information
jsanter27 authored Mar 4, 2022
1 parent b2cb738 commit 2aa0b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
username: ${{ secrets.DEMO_SERVER_USERNAME }}
key: ${{ secrets.DEMO_SERVER_KEY }}
script: |
nvm use v8.11.4
cd /root/zebra
git pull origin main
npm --prefix src install
Expand Down

0 comments on commit 2aa0b9d

Please sign in to comment.