mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-16 21:16:47 -07:00
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>
This commit is contained in:
@@ -112,7 +112,7 @@ jobs:
|
|||||||
- name: Verify plugin loader returns exports with orchestrator installed
|
- name: Verify plugin loader returns exports with orchestrator installed
|
||||||
run: |
|
run: |
|
||||||
echo "Installing orchestrator into unity-builder workspace..."
|
echo "Installing orchestrator into unity-builder workspace..."
|
||||||
npm install ./orchestrator-standalone/game-ci-orchestrator-*.tgz --no-save
|
npm install ./orchestrator-standalone/game-ci-orchestrator-*.tgz --no-save --legacy-peer-deps
|
||||||
echo "Checking plugin loader returns defined exports..."
|
echo "Checking plugin loader returns defined exports..."
|
||||||
node -e "
|
node -e "
|
||||||
const { loadOrchestrator, loadEnterpriseServices } = require('./lib/model/orchestrator-plugin');
|
const { loadOrchestrator, loadEnterpriseServices } = require('./lib/model/orchestrator-plugin');
|
||||||
|
|||||||
Reference in New Issue
Block a user