-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Use consistent node version for local, CI, and devcontainer setup #4424
Conversation
cd266b6
to
97e8382
Compare
Do we need to be so specific right down to the patch version? |
Can be modified to not include the patch version but would mean more consistent builds. Leveraging tools such as renovate can automate bumping the patch version too. Happy to drop the patch version if you feel it makes more sense for this project. |
Yeah if you can drop the patch version please. We don't have the resources to keep on top of patch updates |
@@ -2,12 +2,7 @@ | |||
|
|||
# [Choice] Python version: 3, 3.9, 3.8, 3.7, 3.6 | |||
ARG VARIANT="3" | |||
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This container has been deprecated since last year so migrated to the new version
@netmindz any further feedback on this one? |
.nvmrc
to define node version for the project (20.18
).nvmrc
file