Skip to content
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

fix: update NODE_VERSION #691

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

ashnamehrotra
Copy link
Contributor

Create-docs-pr is failing due to node_version (https://github.com/project-copacetic/copacetic/actions/runs/9811951922/job/27095086641). Upgrades version from 16-bullseye-slim to 20-bullseye-slim.

Describe the changes in this pull request using active verbs such as Add, Remove, Replace ...

Closes #<issue_ID>

Signed-off-by: ashnamehrotra <[email protected]>
Makefile Outdated
@@ -10,7 +10,7 @@ ROOTMARK = $(shell printf "\033[31;1m[needs root]\033[0m")
CGO_ENABLED ?= 0
CLI_VERSION ?= edge
DEBUG ?= 0
NODE_VERSION ?= 16-bullseye-slim
NODE_VERSION ?= 20-bullseye-slim
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
NODE_VERSION ?= 20-bullseye-slim
NODE_VERSION ?= 20-bookworm-slim

Copy link
Member

@sozercan sozercan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comment, otherwise LGTM

Signed-off-by: ashnamehrotra <[email protected]>
@ashnamehrotra ashnamehrotra merged commit 5920993 into project-copacetic:main Jul 5, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants