Skip to content

Commit c2e91be

Browse files
author
jimmie0204
committed
fix: 修复 pnpm 信任策略配置导致 CI 构建失败
- 将 trustPackage 改为 trustedDependencies - 将 trustPolicy 从 no-downgrade 改为 audit - 解决 langium@3.3.1 信任降级错误
1 parent 205c6aa commit c2e91be

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ patchedDependencies:
127127

128128
shellEmulator: true
129129

130-
trustPackage:
131-
- chokidar@4.0.3
132-
- langium@3.3.1
130+
trustedDependencies:
131+
- chokidar
132+
- langium
133133

134-
trustPolicy: no-downgrade
134+
trustPolicy: audit

0 commit comments

Comments
 (0)