Fix Node.js workflow installing B2

This commit is contained in:
Wilson Lin 2020-06-19 13:26:59 +10:00
parent 991257c6f0
commit a256c51113
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ jobs:
with:
node-version: 14.x
- name: Install B2 CLI
run: pip install --upgrade b2
run: |
sudo pip install setuptools
sudo pip install --upgrade b2
- name: Pack and publish package
working-directory: ./nodejs
run: |