Skip to content

Update .env support node >= 18.19 for security scans #1051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down