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

Update Node.js version in build_docker.sh to newer version #2065

Open
Scriptiee opened this issue Oct 17, 2024 · 0 comments
Open

Update Node.js version in build_docker.sh to newer version #2065

Scriptiee opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Scriptiee
Copy link

Scriptiee commented Oct 17, 2024

Description

The line responsible for downloading Node.js in the build/build_docker.sh script should probably be updated to more recent version Node.js. Latest one currently is version 23.

Running plugin remotely can fail as some require version 18 at least (copilot in this case)

Current URL of the line:

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -

this probably comes with other modules being updated, so not sure how much of a task this is.

@Scriptiee Scriptiee added the bug Something isn't working label Oct 17, 2024
@Scriptiee Scriptiee changed the title Update Node.js version in build_docker.sh to 23 Update Node.js version in build_docker.sh to newer version Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant