Skip to content

Commit c69c095

Browse files
frostebiteclaude
andcommitted
fix(ci): use --legacy-peer-deps for orchestrator install in validation
The orchestrator package brings eslint dependencies that conflict with unity-builder's peer deps. Since this install is only for smoke-testing the plugin loader, --legacy-peer-deps is safe here. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7b2bd26 commit c69c095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Verify plugin loader returns exports with orchestrator installed
113113
run: |
114114
echo "Installing orchestrator into unity-builder workspace..."
115-
npm install ./orchestrator-standalone/game-ci-orchestrator-*.tgz --no-save
115+
npm install ./orchestrator-standalone/game-ci-orchestrator-*.tgz --no-save --legacy-peer-deps
116116
echo "Checking plugin loader returns defined exports..."
117117
node -e "
118118
const { loadOrchestrator, loadEnterpriseServices } = require('./lib/model/orchestrator-plugin');

0 commit comments

Comments
 (0)