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 a27cff58c6 - Show all commits

View File

@@ -221,12 +221,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: |
npm ci --include=optional
npm install --force @rollup/rollup-darwin-arm64
rm -rf node_modules/@swc
npm install --force @swc/core
- name: Check for Code Signing Certificates