ci: use yarn workspace for workflow dependencies (#48246)

This commit is contained in:
David Sanders
2025-11-26 01:31:01 -08:00
committed by GitHub
parent 20c7042a20
commit 1ff8e8014a
6 changed files with 549 additions and 14 deletions

View File

@@ -142,6 +142,7 @@
},
"packageManager": "yarn@4.11.0",
"workspaces": [
".github/workflows",
"spec",
"spec/fixtures/native-addon/*"
],