Closed lemeurherve closed 1 year ago
npm install
Builds are using npm ci to use exclusively the package-lock.json file updated manually by contributors so they're deterministic.
npm ci
Builds are using npm install and thus aren't deterministic.
No response
Closed by mistake.
Reproduction steps
npm install
(not deterministic) in the Dockerfile and in the Makefile:Expected Results
Builds are using
npm ci
to use exclusively the package-lock.json file updated manually by contributors so they're deterministic.Actual Results
Builds are using
npm install
and thus aren't deterministic.Anything else?
No response