-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
Referring to the following line:
Line 21 in d1b4fda
| && npm i |
npm provides the npm ci command to install the versions specified in the package-lock.json. If your container is being built by CI & test are run with it, I believe you'd want the same versions as those running locally so should the command be npm ci here?
Reactions are currently unavailable