Update electron to 16.0.4

This commit is contained in:
Fedor Indutny
2021-12-09 09:06:04 +01:00
committed by GitHub
parent ba043c422b
commit bbc13d058e
28 changed files with 491 additions and 2985 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v2
with:
node-version: '16.5.0'
node-version: '16.9.1'
- name: Install global dependencies
run: npm install -g yarn@1.22.10 typescript@4.4.2 ts-node@10.2.1

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.5.0'
node-version: '16.9.1'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.5.0'
node-version: '16.9.1'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@@ -63,7 +63,7 @@ jobs:
run: yarn electron:install-app-deps
- run: yarn test-node
- run: yarn test-electron
- run: yarn grunt test-release:osx
- run: yarn test-release
env:
NODE_ENV: production
@@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.5.0'
node-version: '16.9.1'
- run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.10
@@ -99,7 +99,7 @@ jobs:
env:
LANG: en_US
LANGUAGE: en_US
- run: xvfb-run --auto-servernum yarn grunt test-release:linux
- run: xvfb-run --auto-servernum yarn test-release
env:
NODE_ENV: production
@@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.5.0'
node-version: '16.9.1'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@@ -135,7 +135,7 @@ jobs:
- run: type temp.json | findstr /v certificateSubjectName | findstr /v certificateSha1 > package.json
- run: yarn prepare-beta-build
- run: yarn build
- run: node build\grunt.js test
- run: node build\grunt.js test-release:win
- run: yarn test-electron
- run: yarn test-release
env:
SIGNAL_ENV: production