lock update + url (#548)
* lock update + url * no global node-gyp * actions/setup-node@v3
This commit is contained in:
parent
7213caa5b0
commit
15b446b878
3 changed files with 21957 additions and 2433 deletions
7
.github/workflows/electron_hash.yml
vendored
7
.github/workflows/electron_hash.yml
vendored
|
|
@ -60,9 +60,10 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Install Node.js, NPM and Yarn
|
- name: Install Node.js, NPM and Yarn
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: 16
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install APT dependencies
|
- name: Install APT dependencies
|
||||||
if: matrix.os == 'ubuntu-20.04'
|
if: matrix.os == 'ubuntu-20.04'
|
||||||
|
|
@ -74,7 +75,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install and Build Desktop App
|
- name: Install and Build Desktop App
|
||||||
run: |
|
run: |
|
||||||
npm install -g node-gyp @angular/cli
|
npm install -g @angular/cli
|
||||||
npm install
|
npm install
|
||||||
npm run desktop:build
|
npm run desktop:build
|
||||||
|
|
||||||
|
|
|
||||||
24382
package-lock.json
generated
24382
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -75,6 +75,7 @@
|
||||||
"safe-buffer": "^5.2.1",
|
"safe-buffer": "^5.2.1",
|
||||||
"tslib": "^2.0.0",
|
"tslib": "^2.0.0",
|
||||||
"tweetnacl": "^1.0.0",
|
"tweetnacl": "^1.0.0",
|
||||||
|
"url": "^0.11.0",
|
||||||
"usb": "^2.0.3",
|
"usb": "^2.0.3",
|
||||||
"zone.js": "~0.11.4"
|
"zone.js": "~0.11.4"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue