aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcsett86 <csett86@web.de>2021-10-17 20:56:25 +0200
committerGitHub <noreply@github.com>2021-10-17 20:56:25 +0200
commit83b489325d12dbd3e6d3f34bc48b1568fa6cd3b8 (patch)
tree904a57859fc2945b79815a05e9e89880ae7479f5 /.github
parent8544d2c373e8889a98d9e5aeb33ac158b63b03d4 (diff)
chore(deps): update electron-builder to 22.11.11 and move to node 14(#583)
electron-builder 22.11.0+ requires node 14, so update node 12 -> node 14 as well. Signed-off-by: Christoph Settgast <csett86@web.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 67c6ac5..18a7fbe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: '12.x'
+ node-version: '14.x'
- name: Install dependencies
run: sudo apt-get install libx11-dev zlib1g-dev libpng-dev libxtst-dev
- name: Build it
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: '12.x'
+ node-version: '14.x'
- name: Fixup Xcode
# https://github.com/actions/virtual-environments/issues/2557
run: |
@@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: '12.x'
+ node-version: '14.x'
- name: Build it
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}