From bedf6bad7a403f493bb4377972c7363cfed9bc63 Mon Sep 17 00:00:00 2001 From: "electron-roller[bot]" <84116207+electron-roller[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:01:21 +0000 Subject: [PATCH] chore: bump electronjs/node in .circleci/config.yml to 2.3.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9db4183..4cabd9f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: cfa: continuousauth/npm@2.1.1 - node: electronjs/node@2.3.0 + node: electronjs/node@2.3.1 workflows: test_and_release: