lock update + url (#548)

* lock update + url

* no global node-gyp

* actions/setup-node@v3
This commit is contained in:
BitDesert 2022-05-09 21:41:33 +02:00 committed by GitHub
commit 15b446b878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21957 additions and 2433 deletions

View file

@ -60,9 +60,10 @@ jobs:
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 16
cache: 'npm'
- name: Install APT dependencies
if: matrix.os == 'ubuntu-20.04'
@ -74,7 +75,7 @@ jobs:
- name: Install and Build Desktop App
run: |
npm install -g node-gyp @angular/cli
npm install -g @angular/cli
npm install
npm run desktop:build

24382
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -75,6 +75,7 @@
"safe-buffer": "^5.2.1",
"tslib": "^2.0.0",
"tweetnacl": "^1.0.0",
"url": "^0.11.0",
"usb": "^2.0.3",
"zone.js": "~0.11.4"
},