dependency fixes

This commit is contained in:
Shiba 2022-12-09 22:53:15 +00:00
parent 494305a78d
commit 3b21528efe
2 changed files with 6 additions and 10084 deletions

View file

@ -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

10083
yarn.lock

File diff suppressed because it is too large Load diff