Skip to content

Commit 2e3a177

Browse files
authored
Merge pull request #59 from th-ch/node-12
Bump to node 12
2 parents e197087 + 059f756 commit 2e3a177

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: "10"
2+
node_js: "12"
33
env:
44
- ELECTRON_CACHE=$HOME/.cache/electron ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
55

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ init:
1212

1313
install:
1414
# Install node
15-
- ps: Install-Product node 10 x64
15+
- ps: Install-Product node 12 x64
1616
# Install dependencies
1717
- yarn --frozen-lockfile
1818

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"release:win": "yarn run clean && electron-builder --win -p always"
4444
},
4545
"engines": {
46+
"node": ">=12.16.1",
4647
"npm": "Please use yarn and not npm"
4748
},
4849
"dependencies": {

0 commit comments

Comments
 (0)