Skip to content

Commit 7c5a8ac

Browse files
authored
Add missing, not modeled dependency on Yarn 1.22.22. (#938)
Related: pulumi/ci-mgmt#1624 (which I believe it should be the long term fix) This is required by the `Makefile` in multiple places and not modeled anywhere. Example: ```make install_nodejs_sdk:: -yarn unlink --cwd $(WORKING_DIR)/sdk/nodejs/bin yarn link --cwd $(WORKING_DIR)/sdk/nodejs/bin ```
1 parent c320b9e commit 7c5a8ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tools]
2+
3+
yarn = "1.22.22"

0 commit comments

Comments
 (0)