We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce140ed commit dcee63fCopy full SHA for dcee63f
1 file changed
pnpm-workspace.yaml
@@ -11,6 +11,11 @@ minimumReleaseAge: 10080
11
minimumReleaseAgeStrict: true
12
minimumReleaseAgeIgnoreMissingTime: false
13
14
+# Work around pnpm bug where `pmOnFail` does not default to
15
+# 'download' with `devEngines.packageManager`
16
+# https://github.com/pnpm/pnpm/issues/11676
17
+pmOnFail: download
18
+
19
# Prevent trust level decreases with packages newer than 60 days
20
# to mitigate supply chain risks
21
# https://pnpm.io/settings#trustpolicy
0 commit comments