Viewing profile — josefbud
josefbud
HN member- Joined
- Sat, Dec 28, 2024, 4:47 PM UTC
- HN karma
- 6
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About josefbud
No profile information was provided.
Recent public activity
-
comment
Comment #45173457
I've seen pipelines that cache node modules between runs to save time, but yeah if they're not doing that then you're totally right.
-
comment
Comment #45172877
Sorry, I had assumed this was what you were doing when I wrote my question but I should have specified. And sorry for now making your npm install step twice as long! ;)
-
comment
Comment #45172844
Yeah, I think I had made the assumption that they were using `npm ci` / `yarn install --frozen-lockfile` / `pnpm install --frozen-lockfile` in CI because that's technically what yo…
-
comment
Comment #45172015
I'm a little confused on one of the excerpts from your article. > Our package-lock.json specified the stable version 1.3.2 or newer, so it installed the latest version 1.3.3 As far…