From 81e15da810f9f8f53ddf0f671af949efacf2351f 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:32 +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 df1d19f..f65129e 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: