diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 15:18:31 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 15:18:31 -0400 |
| commit | 895c5f2855b1124133d9d676960db94906b065ea (patch) | |
| tree | 24d510726c051388712b5a909ed511d2f43c02b3 /.github/workflows | |
| parent | c76cbfe5a93ccb0eac156080d358e8390590ffab (diff) | |
| download | YouTube-TV-Client-895c5f2855b1124133d9d676960db94906b065ea.tar.gz YouTube-TV-Client-895c5f2855b1124133d9d676960db94906b065ea.tar.bz2 YouTube-TV-Client-895c5f2855b1124133d9d676960db94906b065ea.zip | |
fix actions
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
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 |
