Skip to content

Commit

Permalink
FIX: Build
Browse files Browse the repository at this point in the history
Make sure runners run on a specific node version
  • Loading branch information
NeoPlays authored Nov 26, 2024
1 parent 6736619 commit b51b75d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v3

- name: Ensure Node Version
uses: actions/setup-node@v4
with:
node-version: 22

- name: Set Version from package.json
id: variables
run: |
Expand Down

0 comments on commit b51b75d

Please sign in to comment.