Update electron to 15.3.0

This commit is contained in:
Fedor Indutny
2021-11-08 22:43:37 +01:00
committed by GitHub
parent 7de340a104
commit 519ca05911
16 changed files with 525 additions and 2393 deletions

View File

@@ -25,13 +25,13 @@ jobs:
with:
repository: 'signalapp/Mock-Signal-Server-Private'
path: 'Mock-Server'
ref: 'alpha'
ref: 'beta'
token: ${{ secrets.AUTOMATED_GITHUB_PAT }}
- name: Setup node.js
uses: actions/setup-node@v2
with:
node-version: '14.16.0'
node-version: '16.5.0'
- name: Install global dependencies
run: npm install -g yarn@1.22.10 typescript@4.4.2 ts-node@10.2.1
@@ -52,6 +52,8 @@ jobs:
- name: Install Mock-Server node_modules
run: yarn install --frozen-lockfile
working-directory: Mock-Server
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- name: Build typescript
run: yarn grunt

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
node-version: '16.5.0'
- 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: '14.16.0'
node-version: '16.5.0'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
node-version: '16.5.0'
- run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.10
@@ -112,7 +112,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
node-version: '16.5.0'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
node-version: '16.5.0'
- run: npm install -g yarn@1.22.10
- run: npm install -g snyk@1.316.1