diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d16fef..f8afbbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: node-version: '20' - name: Install dependencies - run: npm install + run: npm ci working-directory: electron-3d-app - name: Package application with Electron Forge