Skip to content

Commit 5878a91

Browse files
author
allburov
committed
[core] Pin yarn version to 3.6.1
1 parent 85dd061 commit 5878a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-3.6.0.cjs
3+
yarnPath: .yarn/releases/yarn-3.6.1.cjs

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PUPPETEER_SKIP_DOWNLOAD=True
88
WORKDIR /src
99
COPY package.json .
1010
COPY yarn.lock .
11-
RUN yarn set version berry
11+
RUN yarn set version 3.6.1
1212
RUN yarn install
1313

1414
# App

0 commit comments

Comments
 (0)