From de2e69bb104c05a4f9ff762d89eeeb4058ae0849 Mon Sep 17 00:00:00 2001 From: "ruiyi.jiang" Date: Thu, 10 Aug 2023 14:29:35 +0800 Subject: [PATCH] update action node versoin Signed-off-by: ruiyi.jiang --- .github/workflows/electron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 7b4897d5..b20ac948 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -18,9 +18,9 @@ jobs: uses: actions/checkout@v1 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 - name: Build client run: |