v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
Showing only changes of commit ca88749dc2 - Show all commits

View File

@@ -227,7 +227,10 @@ jobs:
run: npm ci
- name: Install macOS-specific build dependencies
run: npm install --force @rollup/rollup-darwin-arm64
run: |
npm install --force @rollup/rollup-darwin-arm64
npm uninstall @swc/core
npm install @swc/core --include=optional
- name: Check for Code Signing Certificates
id: check_certs