-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
scriptPull requests that update Bash or JavaScript codePull requests that update Bash or JavaScript code
Description
Follow up to the conversation on today's call @handrews
Having only a package.json makes it so the CI installs might install different versions from what was originally installed and tested.
TODO:
- remove exclusion from gitignore (if any)
-
npm ilocally, and commit the package-lock.json - update all workflows to use
npm ciinstead ofnpm i/install - update the checkout in Always checkout JavaScript environment from main #3554 to also include that file.
I'm happy to take this on if we agree on the content. :)
Metadata
Metadata
Assignees
Labels
scriptPull requests that update Bash or JavaScript codePull requests that update Bash or JavaScript code