Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit ca9ede0

Browse files
committed
build: Update CI to use Node 10
1 parent e1e30e7 commit ca9ede0

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ platform:
1010
- x86
1111

1212
install:
13-
- ps: Install-Product node 8.9.4 $env:platform
14-
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH%
15-
- cmd: SET PATH=C:\python27;%PATH%
13+
- ps: Install-Product node 10 $env:platform
1614
- cmd: npm install
1715
- cmd: npm run dist
1816

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ notifications:
55

66
language: node_js
77
node_js:
8-
- 8.9.4
8+
- 10
99
os:
1010
- osx
1111
- linux
12-
osx_image: xcode8.3
12+
osx_image: xcode10.1
1313
dist: trusty
1414

1515
addons:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"gui": "0.5.1",
4040
"opn": "5.3.0",
4141
"mini-signals": "1.1.1",
42-
"keytar": "4.2.1",
42+
"keytar": "4.3.0",
4343
"string-replace-async": "1.2.1",
4444
"@slack/client": "4.8.0"
4545
},

0 commit comments

Comments
 (0)