From 297415230471aacb75717c1cd2182c557c483f88 Mon Sep 17 00:00:00 2001 From: Le Stagiaire <48404856+LeVraiStagiaire@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:39:29 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a94a60a..40610c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,12 +12,12 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v1 + uses: actions/checkout@v4.0.2 - - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + - name: Install Node.js and NPM + uses: actions/setup-node@v4.0.2 with: - node-version: 10 + node-version: 20.15.0 - name: Electron Forge Action uses: yinxulai/actions-electron-forge@0.05