fix: specify yarn version in corepack

This commit is contained in:
DecDuck
2025-01-26 23:49:20 +11:00
parent 8cb90f8423
commit 70150d8325
4 changed files with 148052 additions and 927 deletions
+148049
View File
File diff suppressed because one or more lines are too long
-925
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,3 +1,3 @@
nodeLinker: node-modules nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.5.0.cjs yarnPath: .yarn/releases/yarn-1.22.22.cjs
+2 -1
View File
@@ -41,5 +41,6 @@
"test": "ava", "test": "ava",
"universal": "napi universal", "universal": "napi universal",
"version": "napi version" "version": "napi version"
} },
"packageManager": "yarn@1.22.22"
} }