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 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}"