From 8c3debf7790fb465d65aa204f192fcf4ba7a9e81 Mon Sep 17 00:00:00 2001 From: CrazyMarvin Date: Sun, 12 Nov 2023 22:40:48 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e31fff8..3118b875 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 20 - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1