diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40610c3..337d716 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,12 +12,14 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v4.0.2 + uses: actions/setup-node@v4 - name: Install Node.js and NPM uses: actions/setup-node@v4.0.2 with: node-version: 20.15.0 + - name: Install dependencies + run: npm i - name: Electron Forge Action uses: yinxulai/actions-electron-forge@0.05