diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 19429bd9b..98974e222 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e10de085..89982b854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.nvmrc b/.nvmrc index 06e751596..58a4133d9 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.9.1 +16.13.0 diff --git a/package.json b/package.json index 9a18ac7c6..0a1d2843e 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 6ab4b0ba7..14d96413d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"