Skip to content

Commit

Permalink
worklow update
Browse files Browse the repository at this point in the history
  • Loading branch information
BigDealCompany committed Jan 26, 2024
1 parent 5e212d8 commit 6395747
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/livedeploy_bsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:
ref: 'main-bsc'
path: ${{env.BSC_WORK_PATH}}

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Setup Node.js with nvm
run: |
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
nvm install 16
nvm use 16
- name: Install dependencies
run: |
Expand Down

0 comments on commit 6395747

Please sign in to comment.