We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5a2fa commit d809aa8Copy full SHA for d809aa8
2 files changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - "12.0.0"
+ - 14
4
5
notifications:
6
email: false
appveyor.yml
@@ -12,7 +12,7 @@ cache:
12
- '%USERPROFILE%\.electron'
13
14
install:
15
- - ps: Install-Product node 12.0.0
+ - ps: Install-Product node 14
16
- npm i --global --production windows-build-tools@4
17
- npm i
18
@@ -22,7 +22,7 @@ platform:
22
build_script:
23
- npm run dist
24
25
-test: "off"
+test: false
26
27
for:
28
-
0 commit comments