We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e197087 + 059f756 commit 2e3a177Copy full SHA for 2e3a177
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
-node_js: "10"
+node_js: "12"
3
env:
4
- ELECTRON_CACHE=$HOME/.cache/electron ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
5
appveyor.yml
@@ -12,7 +12,7 @@ init:
12
13
install:
14
# Install node
15
- - ps: Install-Product node 10 x64
+ - ps: Install-Product node 12 x64
16
# Install dependencies
17
- yarn --frozen-lockfile
18
package.json
@@ -43,6 +43,7 @@
43
"release:win": "yarn run clean && electron-builder --win -p always"
44
},
45
"engines": {
46
+ "node": ">=12.16.1",
47
"npm": "Please use yarn and not npm"
48
49
"dependencies": {
0 commit comments