Skip to content

Commit

Permalink
updated builder node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLunge committed Jan 9, 2025
1 parent 2005d21 commit 370e89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/electron_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: npm install
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: npm install
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Import Apple Developer Certificate
env:
Expand Down

0 comments on commit 370e89c

Please sign in to comment.