fix: fix macOS build error

This commit is contained in:
LukeGus
2025-10-24 20:16:48 -05:00
parent 2225100c68
commit a08cd7caad

View File

@@ -224,8 +224,8 @@ jobs:
- name: Install dependencies
run: |
rm -rf node_modules package-lock.json
npm install --legacy-peer-deps
rm -f package-lock.json
npm install
npm install --force @rollup/rollup-darwin-arm64
- name: Check for Code Signing Certificates