Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user