Skip to content

Commit

Permalink
Upgrade to Electron 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Feb 18, 2022
1 parent 2de45a3 commit 811e38b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2021 Signal Messenger, LLC
# Copyright 2020-2022 Signal Messenger, LLC
# SPDX-License-Identifier: AGPL-3.0-only

name: Benchmark
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v2
with:
node-version: '16.9.1'
node-version: '16.13.0'
- name: Install global dependencies
run: npm install -g yarn@1.22.10

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2021 Signal Messenger, LLC
# Copyright 2020-2022 Signal Messenger, LLC
# SPDX-License-Identifier: AGPL-3.0-only

name: CI
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.9.1'
node-version: '16.13.0'
- run: npm install -g yarn@1.22.10

- name: Cache Desktop node_modules
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.9.1'
node-version: '16.13.0'
- run: npm install -g yarn@1.22.10

- name: Cache Desktop node_modules
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.9.1'
node-version: '16.13.0'
- run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.10

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.9.1'
node-version: '16.13.0'
- run: npm install -g yarn@1.22.10

- name: Cache Desktop node_modules
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v2
with:
node-version: '16.9.1'
node-version: '16.13.0'
- name: Install global dependencies
run: npm install -g yarn@1.22.10

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.9.1
16.13.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"cross-env": "5.2.0",
"css-loader": "3.2.0",
"debug": "4.3.3",
"electron": "16.0.8",
"electron": "17.0.1",
"electron-builder": "22.14.5",
"electron-mocha": "11.0.2",
"electron-notarize": "0.1.1",
Expand Down Expand Up @@ -303,7 +303,7 @@
"sharp/color/color-string": "1.7.4"
},
"engines": {
"node": "16.9.1"
"node": "16.13.0"
},
"build": {
"appId": "org.whispersystems.signal-desktop",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6028,10 +6028,10 @@ electron-window@^0.8.0:
dependencies:
is-electron-renderer "^2.0.0"

electron@16.0.8:
version "16.0.8"
resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.8.tgz#7ebd3e23c4883c239f53d8b7af1100f455ac8a02"
integrity sha512-znTVkl8LaGcPNdfc6SRr+6LYg2GtSCKXln/nW/PC+urBfAFnOYIuDock8QyGVFfzr5PuAa+g8YQQAboHV77D7g==
electron@17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-17.0.1.tgz#e6c7ad2be26e7be8a5a9bac16b21920ad2671224"
integrity sha512-CBReR/QEOpgwMdt59lWCtj9wC8oHB6aAjMF1lhXcGew132xtp+C5N6EaXb/fmDceVYLouziYjbNcpeXsWrqdpA==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"
Expand Down

0 comments on commit 811e38b

Please sign in to comment.