Skip to content

Commit 23fdda6

Browse files
committed
Revert "chore(deps): update yarn to v4 (#930)"
This reverts commit eced300.
1 parent f22d688 commit 23fdda6

File tree

7 files changed

+8271
-6678
lines changed

7 files changed

+8271
-6678
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 541 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-3.8.7.cjs

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.6.0.cjs

Lines changed: 0 additions & 934 deletions
This file was deleted.

.yarnrc.yml

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

3-
yarnPath: .yarn/releases/yarn-4.6.0.cjs
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5+
spec: '@yarnpkg/plugin-interactive-tools'
6+
7+
yarnPath: .yarn/releases/yarn-3.8.7.cjs

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update -qq && \
1919
libyaml-dev
2020

2121
# Add Node, required for asset pipeline.
22-
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
22+
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
2323
apt-get install -y nodejs && \
2424
npm install -q -g yarn
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
"sass-lint": "^1.13.1",
4343
"webpack-dev-server": "^4.15.2"
4444
},
45-
"packageManager": "yarn@4.6.0"
45+
"packageManager": "yarn@3.8.7"
4646
}

0 commit comments

Comments
 (0)