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

Commit 0cd5413

Browse files
committed
Update CI configurations
1 parent ce23b1b commit 0cd5413

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ init:
77

88
platform:
99
- x64
10-
- x86
1110

1211
install:
13-
- ps: Install-Product node 10 $env:platform
12+
- ps: Install-Product node 12 $env:platform
1413
- cmd: npm install
1514
- cmd: npm run dist
1615

.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-
- 10
8+
- 12
99
os:
1010
- osx
1111
- linux
12-
osx_image: xcode10.1
12+
osx_image: xcode10.3
1313
dist: trusty
1414

1515
addons:

0 commit comments

Comments
 (0)