Skip to content

Commit

Permalink
Upgrade Electron to 9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yunyu committed Jan 14, 2021
1 parent 45a8aa4 commit b051389
Show file tree
Hide file tree
Showing 8 changed files with 180 additions and 5,293 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: ${{ github.ref }}
GITHUB_SHA: ${{ github.sha }}
NPM_CONFIG_TARGET: 9.1.0
NPM_CONFIG_TARGET: 9.4.1
NPM_CONFIG_DISTURL: https://electronjs.org/headers
NPM_CONFIG_RUNTIME: electron

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-designer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: ${{ github.ref }}
GITHUB_SHA: ${{ github.sha }}
NPM_CONFIG_TARGET: 9.1.0
NPM_CONFIG_TARGET: 9.4.1
NPM_CONFIG_DISTURL: https://electronjs.org/headers
NPM_CONFIG_RUNTIME: electron

Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-app/.npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
runtime = electron
target = 9.1.0
target = 9.4.1
disturl = https://electronjs.org/headers

0 comments on commit b051389

Please sign in to comment.