Skip to content

Commit

Permalink
Merge pull request #13 from thiagoelg/electron8
Browse files Browse the repository at this point in the history
Update to Node 14 and Electron 8
  • Loading branch information
thiagoelg authored Jun 13, 2020
2 parents f61ba3c + 8a94c7a commit 9087937
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

language: node_js
node_js:
- 12
- 14

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ matrix:
fast_finish: true

install:
- ps: Install-Product node 12 $env:PLATFORM
- ps: Install-Product node 14 $env:PLATFORM
- cmd: SET PATH=c:\python27;%PATH%
- cmd: SET JOBS=4
- cmd: SET BUILD_ONLY=true
Expand Down
154 changes: 77 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"main": "./lib/printer",
"dependencies": {
"nan": "^2.14.1",
"prebuild-install": "^5.3.3"
"prebuild-install": "^5.3.4"
}
}

0 comments on commit 9087937

Please sign in to comment.