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 10b552cad8 - Show all commits
+5 -5
View File
@@ -221,13 +221,13 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "20" node-version: "20"
cache: "npm"
- name: Install dependencies - name: Install dependencies
run: | run: npm ci
rm -f package-lock.json
npm install - name: Install macOS-specific build dependencies
npm install --force @rollup/rollup-darwin-arm64 run: npm install --force @rollup/rollup-darwin-arm64
npm rebuild
- name: Check for Code Signing Certificates - name: Check for Code Signing Certificates
id: check_certs id: check_certs