Skip to content

Commit

Permalink
change node version for Electron 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbrant3 committed Dec 13, 2022
1 parent b9f281b commit 0a857ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:

strategy:
matrix:
node-version: [12.16.3]
# node-version: [12.16.3]
node-version: [16.15.0]
platform: [ubuntu-18.04, macos-latest, windows-latest]

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 0a857ad

Please sign in to comment.