ContosoTraders icon indicating copy to clipboard operation
ContosoTraders copied to clipboard

explicitly install node v16 + use npm ci + update package-lock.json

Open mithunshanbhag opened this issue 1 year ago • 0 comments

Change Description:

  1. Explicitly install node v16 on the CI machine (since UI code has dependency on v16 and not on v18 LTS).
  2. Use 'npm ci' instead of 'npm install' to prevent updates to the package-lock.json file.
  3. Use an updated & deduped version of package-lock.json file.

mithunshanbhag avatar Apr 02 '23 09:04 mithunshanbhag