Bump node.js version to match electron

This commit is contained in:
Fedor Indutny 2022-11-23 13:38:47 -08:00 committed by GitHub
parent 4294429bc2
commit 9dfe3cb992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

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

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16.15.0' node-version: '16.16.0'
- run: npm install -g yarn@1.22.10 - run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules - name: Cache Desktop node_modules
@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16.15.0' node-version: '16.16.0'
- run: npm install -g yarn@1.22.10 - run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules - name: Cache Desktop node_modules
@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16.15.0' node-version: '16.16.0'
- run: sudo apt-get install xvfb - run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.10 - run: npm install -g yarn@1.22.10
@ -136,7 +136,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16.15.0' node-version: '16.16.0'
- run: npm install -g yarn@1.22.10 - run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules - name: Cache Desktop node_modules
@ -184,7 +184,7 @@ jobs:
- name: Setup node.js - name: Setup node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '16.15.0' node-version: '16.16.0'
- name: Install global dependencies - name: Install global dependencies
run: npm install -g yarn@1.22.10 run: npm install -g yarn@1.22.10

View file

@ -15,7 +15,7 @@ jobs:
fetch-depth: 0 # fetch all history fetch-depth: 0 # fetch all history
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16.15.0' node-version: '16.16.0'
- run: npm install -g yarn@1.22.10 - run: npm install -g yarn@1.22.10
- name: Cache danger node_modules - name: Cache danger node_modules
id: cache-desktop-modules id: cache-desktop-modules

2
.nvmrc
View file

@ -1 +1 @@
16.15.0 16.16.0

View file

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