Update electron to 25.1.1

This commit is contained in:
Fedor Indutny
2023-06-21 18:50:02 +02:00
committed by GitHub
parent 0afe124c68
commit 498205b964
6 changed files with 14 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.14.0'
node-version: '18.15.0'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.14.0'
node-version: '18.15.0'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@@ -113,7 +113,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.14.0'
node-version: '18.15.0'
- run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.10
@@ -168,7 +168,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.14.0'
node-version: '18.15.0'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@@ -228,7 +228,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '18.14.0'
node-version: '18.15.0'
- name: Install global dependencies
run: npm install -g yarn@1.22.10