Revert "Update Electron to 26.1.0"

This commit is contained in:
trevor-signal
2023-09-08 12:36:18 -04:00
committed by GitHub
parent d5479343ac
commit 148a54eb65
8 changed files with 28 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '18.16.1'
node-version: '18.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: '18.16.1'
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.16.1'
node-version: '18.15.0'
- run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules
@@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.16.1'
node-version: '18.15.0'
- run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.10
@@ -187,7 +187,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.16.1'
node-version: '18.15.0'
- run: npm install -g yarn@1.22.10
# Set things up so @nodert-win10-rs4 dependencies build properly
@@ -262,7 +262,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '18.16.1'
node-version: '18.15.0'
- name: Install global dependencies
run: npm install -g yarn@1.22.10

View File

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