Skip to content

Commit

Permalink
Merge pull request #59 from th-ch/node-12
Browse files Browse the repository at this point in the history
Bump to node 12
  • Loading branch information
th-ch committed Nov 21, 2020
2 parents e197087 + 059f756 commit c1427c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: "10"
node_js: "12"
env:
- ELECTRON_CACHE=$HOME/.cache/electron ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ init:

install:
# Install node
- ps: Install-Product node 10 x64
- ps: Install-Product node 12 x64
# Install dependencies
- yarn --frozen-lockfile

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"release:win": "yarn run clean && electron-builder --win -p always"
},
"engines": {
"node": ">=12.16.1",
"npm": "Please use yarn and not npm"
},
"dependencies": {
Expand Down

0 comments on commit c1427c2

Please sign in to comment.