From e90743008b717d6725f76eea366a116ffcbe6470 Mon Sep 17 00:00:00 2001 From: Le Stagiaire <48404856+LeVraiStagiaire@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:41:21 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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