Skip to content

Commit f1c5a56

Browse files
committed
fix "travic ci" config
* @types/node should be compatible with the @electron built-in @types/node version (@electron v12 comes with node v14 and respective typings)
1 parent 947823a commit f1c5a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
install:
1919
- yarn install --pure-lockfile --network-timeout 1000000
2020
- yarn add rxjs@6
21-
- yarn add electron@6
21+
- yarn add electron@12
2222
script:
2323
- npx envinfo
2424
- node --version

0 commit comments

Comments
 (0)