Skip to content

Commit 774fc33

Browse files
committed
Bump Nodejs version for CI
1 parent a9d9e27 commit 774fc33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "7.5"
3+
- "12.18.0"
44

55
sudo: false
66

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ environment:
22
ELECTRON_NO_ATTACH_CONSOLE: 1
33

44
install:
5-
- ps: Install-Product node 7.5.0 x64
5+
- ps: Install-Product node 12.18.0 x64
66
- npm install -g npm
77
- npm install
88

0 commit comments

Comments
 (0)