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

ci: replace npm with homegrown #477

Merged
merged 1 commit into from
Sep 20, 2022
Merged

ci: replace npm with homegrown #477

merged 1 commit into from
Sep 20, 2022

Conversation

oyvindberg
Copy link
Collaborator

there has been some bitrot in the CI tool, since no current version of npm can install all the packages it needs. it is also intensely slow and prone to crashes. it's also hard to make it always choose the newest packages.

  • delay parsing some bits of package json until later. also make it more flexible

this replacement always pull the latest.

there has been some bitrot in the CI tool, since no current version of npm can install all the packages it needs. it is also intensely slow and prone to crashes. it's also hard to make it always choose the newest packages.

- delay parsing some bits of package json until later. also make it more flexible

this replacement always pull the latest.
@oyvindberg oyvindberg merged commit 1bc8f2a into master Sep 20, 2022
@oyvindberg oyvindberg deleted the ci-replace-npm branch September 20, 2022 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant