aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 15:18:31 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 15:18:31 -0400
commit895c5f2855b1124133d9d676960db94906b065ea (patch)
tree24d510726c051388712b5a909ed511d2f43c02b3
parentc76cbfe5a93ccb0eac156080d358e8390590ffab (diff)
downloadYouTube-TV-Client-895c5f2855b1124133d9d676960db94906b065ea.tar.gz
YouTube-TV-Client-895c5f2855b1124133d9d676960db94906b065ea.tar.bz2
YouTube-TV-Client-895c5f2855b1124133d9d676960db94906b065ea.zip
fix actions
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7862e24..b61160f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
- node-version: 10
+ node-version: 16
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1