mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 22:48:41 +00:00
Upgrade dependencies and remove yarn check (#1851)
* Remove Yarn check Yarn check is buggy and will be removed in the future * Upgrade dependencies * Add --frozen-lockfile to CI
This commit is contained in:
@@ -55,13 +55,7 @@ commands:
|
||||
- yarn-deps-v3-
|
||||
- run:
|
||||
name: Install dependencies
|
||||
# upgrade Yarn before installing dependencies, if needed
|
||||
command: |
|
||||
if ! yarn check; then
|
||||
curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash
|
||||
source $BASH_ENV
|
||||
yarn
|
||||
fi
|
||||
command: yarn --frozen-lockfile
|
||||
- save_cache:
|
||||
key: yarn-deps-v3-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user