diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a21c659..abf5c30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,10 +20,9 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Build Windows installer run: npm run build:win @@ -50,10 +49,9 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Build macOS DMG run: npm run build:mac