-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(js): remove yarn support, and update lock-file (#1142)
* build(js): remove yarn.lock Yarn had changed its methods of packaging long ago and it hasn't been supported ever since. It's much better and easier to just use the original NPM. * fix(docker): change yarn to npm command * doc(README): change yarn mentions to npm * fix(docker): use npm ci instead of npm install * build(package-lock): update js dependencies * build(docker): use node:20 image when building
- Loading branch information
Showing
5 changed files
with
294 additions
and
846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.