forked from JapanFinance/JapanFinance.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save yarn locally to workaround setup-node issue (JapanFinance#47)
Setup-node refuses to add an option for enabling corepack due to it being marked experimental. This unwittingly resulted in us using the globally installed yarn v1 version for building, despite our expectation that yarn v4 would be used. Rather than do a dance of enabling corepack and setting up node, this saves yarn locally and checks it into git.
- Loading branch information
Showing
3 changed files
with
896 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.0.2.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,5 @@ | |
"node": ">=18.0" | ||
}, | ||
"description": "Website for r/JapanFinance wiki", | ||
"packageManager": "[email protected].1+sha256.5a9d054e67fbbae8774cd3667736fd74407ffbbb336898523ca1fe87b3fc4ee3" | ||
"packageManager": "[email protected].2" | ||
} |