Skip to content

Commit 046a20c

Browse files
committed
build: switch back to yarn v3 (#24923)
During the TS 4.7 update I had to update temporarily to Yarn v4, because v3 didn't support it yet. Now that TS 4.7 is supported, we can switch back. (cherry picked from commit 5d578ef)
1 parent c7e5f65 commit 046a20c

File tree

4 files changed

+788
-782
lines changed

4 files changed

+788
-782
lines changed

integration/yarn-pnp-compat/.yarn/releases/yarn-3.2.1.cjs

+786
Large diffs are not rendered by default.

integration/yarn-pnp-compat/.yarn/releases/yarn-4.0.0-rc.4.cjs

-780
This file was deleted.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: pnp
22

3-
yarnPath: .yarn/releases/yarn-4.0.0-rc.4.cjs
3+
yarnPath: .yarn/releases/yarn-3.2.1.cjs

integration/yarn-pnp-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"karma-jasmine-html-reporter": "~1.7.0",
4040
"typescript": "4.7.1-rc"
4141
},
42-
"packageManager": "yarn@4.0.0-rc.4"
42+
"packageManager": "yarn@3.2.1"
4343
}

0 commit comments

Comments
 (0)