From df2df0a2c1f0fdcd991aa3611198444f52e563c4 Mon Sep 17 00:00:00 2001 From: "electron-roller[bot]" <84116207+electron-roller[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 08:50:17 -0500 Subject: [PATCH] chore: bump electronjs/node in .circleci/config.yml to 2.3.1 (#303) Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3031e982..777cf5c2 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: