-
Notifications
You must be signed in to change notification settings - Fork 319
chore: remove old node js versions #326
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
base: master
Are you sure you want to change the base?
Conversation
|
It doesn't work like that, it is not because they are removed here that the images stop existing |
|
When we drop a version we just comment it in its workflow file so image don't get updated but the files are still here for archive purposes. yolks/.github/workflows/nodejs.yml Lines 21 to 32 in a05c11e
Like we did for java yolks/.github/workflows/java.yml Lines 21 to 32 in a05c11e
|
|
i would keep, 12, 14, 16, 18, 20, 22, 24. 12-18 are EOL and normally they shouldnt used anymore 17, 19, 21, 23 could be removed in my eyes because they are not LTS |
The biggest issue is that npm wants node 20 to run. I don't see why we would let them install an npm version that won't work for there node version. That's why I dropped everything under 20 |
|
you could stick the version with npm. I mean quinten allready did that in some images. for the installscript, you could write a function, which check which node version is installed and use the correct sticked npm version |
|
here is an example: |
there are some eggs, especially from the bots which might use node.js images too, even though it would be better to remove older versions, but that should be done in all eggs then |
Description
Required for pelican-eggs/generic#24
All Submissions:
New Image Submissions: