зеркало из https://github.com/mozilla/treeherder.git
upgrade yarn to 1.22.19 (#7483)
This commit is contained in:
Родитель
9da6f798ac
Коммит
a3b4e83219
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
COPY ui/ /app/ui/
|
||||
COPY package.json babel.config.json webpack.config.js yarn.lock /app/
|
||||
|
||||
RUN npm install -g --force yarn@1.22.5
|
||||
RUN npm install -g --force yarn@1.22.19
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"license": "MPL-2.0",
|
||||
"engines": {
|
||||
"node": "18.5.0",
|
||||
"yarn": "1.22.5"
|
||||
"yarn": "1.22.19"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.36",
|
||||
|
|
Загрузка…
Ссылка в новой задаче