Skip to content

Commit

Permalink
Updated runners versions
Browse files Browse the repository at this point in the history
  • Loading branch information
opengs committed Sep 10, 2023
1 parent dee2008 commit 7df3c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies
run: |
rm -rf dist/
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies
run: |
rm -rf dist/
Expand Down

0 comments on commit 7df3c0c

Please sign in to comment.