Update build.yml

This commit is contained in:
Le Stagiaire
2024-07-01 14:39:29 +02:00
committed by GitHub
parent 37200af99c
commit 2974152304

View File

@ -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