From 921b93964660819e4449f1916f22f0d52015309d Mon Sep 17 00:00:00 2001 From: Omniaevo <92384131+Omniaevo@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:27:12 +0100 Subject: [PATCH] update node and python versions in pipelines --- .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 830a00f..8f53001 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -8,8 +8,8 @@ on: - v[0-9]+.[0-9]+.[0-9]+ env: - NODE_VERSION: 14.x - PYTHON_VERSION: 2.x + NODE_VERSION: 18.x + PYTHON_VERSION: 3.x jobs: build-linux: