Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshraf Teleb <ashraf.teleb85@gmail.com>2021-05-12 22:16:02 +0300
committerAshraf Teleb <ashraf.teleb85@gmail.com>2021-05-12 22:16:02 +0300
commit809a3a2c8a25f377338457a647372c4dbf8acdb2 (patch)
tree05d7993f8ba6ebecdaed03aa17ae31a741a7dc64 /.github
parent75d54dc573290c48d758e0a0288a9e3cf59bbb93 (diff)
Changes to be committed: modified: .github/workflows/electron-builder-win.yml
modified: .github/workflows/electron-builder.ym
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/electron-builder-win.yml2
-rw-r--r--.github/workflows/electron-builder.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/electron-builder-win.yml b/.github/workflows/electron-builder-win.yml
index 78f77b6..6a3427a 100644
--- a/.github/workflows/electron-builder-win.yml
+++ b/.github/workflows/electron-builder-win.yml
@@ -18,7 +18,7 @@ jobs:
- name: Installing Node
uses: actions/setup-node@v1
with:
- node-version: 14
+ node-version: 12
- name: Build for Windows
shell: powershell #The default shell for Windows
run: |
diff --git a/.github/workflows/electron-builder.yml b/.github/workflows/electron-builder.yml
index dc026e2..43fb57d 100644
--- a/.github/workflows/electron-builder.yml
+++ b/.github/workflows/electron-builder.yml
@@ -27,7 +27,7 @@ jobs:
- name: Installing Node
uses: actions/setup-node@v1
with:
- node-version: 14
+ node-version: 12
- name: Build for ${{ matrix.os}}
run: |
if [ "$OS_NAME" = "ubuntu-18.04" ]; then sudo apt-get update && sudo apt-get install -y libgnome-keyring-dev icnsutils graphicsmagick xz-utils rpm; fi