Update node to 16.15.0 to match electron

This commit is contained in:
Fedor Indutny 2022-08-29 15:40:57 -07:00 committed by GitHub
parent e5f6de946f
commit 0c13ee896a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '16.13.2'
node-version: '16.15.0'
- name: Install global dependencies
run: npm install -g yarn@1.22.10

View File

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.13.2'
node-version: '16.15.0'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.13.2'
node-version: '16.15.0'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.13.2'
node-version: '16.15.0'
- run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.10
@ -130,7 +130,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.13.2'
node-version: '16.15.0'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@ -176,7 +176,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '16.13.2'
node-version: '16.15.0'
- name: Install global dependencies
run: npm install -g yarn@1.22.10

2
.nvmrc
View File

@ -1 +1 @@
16.13.2
16.15.0

View File

@ -319,7 +319,7 @@
"sharp/color/color-string": "1.9.0"
},
"engines": {
"node": "16.13.2"
"node": "16.15.0"
},
"build": {
"appId": "org.whispersystems.signal-desktop",