From 9c82a054ce0642ee56ccd192c164e8c00e7c3099 Mon Sep 17 00:00:00 2001 From: Michael Power Date: Tue, 14 May 2024 09:27:16 -0500 Subject: [PATCH 1/2] Update .env support node >= 18.19 for security scans --- factory/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factory/.env b/factory/.env index db9959069f..ec63432cbd 100644 --- a/factory/.env +++ b/factory/.env @@ -8,7 +8,7 @@ BASE_IMAGE='debian:bullseye-slim' # Node Versions: https://nodejs.org/en/download/releases/ -FACTORY_DEFAULT_NODE_VERSION='18.16.1' +FACTORY_DEFAULT_NODE_VERSION='18.20.2' # Node Versions: https://nodejs.org/en/download/releases/ NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}" From f98ad151133073a7f7f90c121a89b81e2772331d Mon Sep 17 00:00:00 2001 From: Michael Power Date: Tue, 14 May 2024 09:38:20 -0500 Subject: [PATCH 2/2] Update circle.yml switch to push from 12.17.3-node-18.20.2-publish --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 6c9a2ac76f..c69e837a0e 100644 --- a/circle.yml +++ b/circle.yml @@ -329,7 +329,7 @@ workflows: filters: branches: only: # only branches matching the below regex filters will run - - master + - 12.17.3-node-18.20.2-publish requires: - factory - factory-arm @@ -342,7 +342,7 @@ workflows: filters: branches: only: # only branches matching the below regex filters will run - - master + - 12.17.3-node-18.20.2-publish requires: - "Push Factory Image" - base @@ -354,7 +354,7 @@ workflows: filters: branches: only: # only branches matching the below regex filters will run - - master + - 12.17.3-node-18.20.2-publish requires: - "Push Factory Image" - browsers