mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
dependency fixes
This commit is contained in:
parent
494305a78d
commit
3b21528efe
2 changed files with 6 additions and 10084 deletions
7
.github/workflows/extension-build.js.yml
vendored
7
.github/workflows/extension-build.js.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
# Also uses `python2` to build the webextension
|
||||
|
||||
name: Node.js CI
|
||||
|
||||
on:
|
||||
|
@ -24,7 +26,10 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: yarn
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install python2
|
||||
yarn
|
||||
- run: npm run build
|
||||
- run: npm run
|
||||
- run: npm run build:webext
|
||||
|
|
Loading…
Add table
Reference in a new issue