←back to thread

272 points abdisalan | 1 comments | | HN request time: 0.001s | source
Show context
bsuvc ◴[] No.42183202[source]
Having CI would have avoided this problem.
replies(3): >>42183383 #>>42185411 #>>42189348 #
abejfehr ◴[] No.42183383[source]
Not for running the project locally
replies(1): >>42183409 #
1. bsuvc ◴[] No.42183409[source]
I think you're missing the point.

CI solves it because it proves that it can build in the pipeline, using a well defined environment.

No guessing at which node version you need or any other dependencies that may be required.