WIP: Vendoo 1.44.0 – UX Foundation & Guided Workspaces #29

Draft
Masterluke77 wants to merge 284 commits from release/1.44.0-ux-foundation-production-update-v1 into main
Showing only changes of commit 08409e61da - Show all commits
+6 -10
View File
@@ -29,14 +29,8 @@ jobs:
with:
fetch-depth: 0
- name: Node.js 22 aktivieren
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: npm
- name: Abhängigkeiten reproduzierbar installieren
run: npm ci
- name: Runner-Node und Plattform dokumentieren
run: node -e "const fs=require('fs'); fs.mkdirSync('artifacts',{recursive:true}); const report='Platform: '+process.platform+'\nNode: '+process.version+'\nArchitecture: '+process.arch+'\n'; fs.writeFileSync('artifacts/ux-platform-preflight.log',report); process.stdout.write(report);"
- name: Navigation API und Safe Actions prüfen
run: node tools/run-ux-platform-gates.mjs
@@ -46,6 +40,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ux-platform-${{ matrix.os }}-${{ github.event.pull_request.head.sha || github.sha }}
path: artifacts/ux-platform-gates.log
if-no-files-found: error
path: |
artifacts/ux-platform-preflight.log
artifacts/ux-platform-gates.log
if-no-files-found: warn
retention-days: 14