fix: macOS build failing

This commit is contained in:
LukeGus
2025-10-24 20:47:34 -05:00
parent e131baf1c3
commit a27cff58c6

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