From 0cd5413beddcd929a649e351554263b94b92a1ba Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 5 Apr 2020 17:10:19 +0900 Subject: [PATCH] Update CI configurations --- .appveyor.yml | 3 +-- .travis.yml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index eb069c4..ddbc76c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,10 +7,9 @@ init: platform: - x64 - - x86 install: - - ps: Install-Product node 10 $env:platform + - ps: Install-Product node 12 $env:platform - cmd: npm install - cmd: npm run dist diff --git a/.travis.yml b/.travis.yml index c5f0e60..2d7c89b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,11 @@ notifications: language: node_js node_js: - - 10 + - 12 os: - osx - linux -osx_image: xcode10.1 +osx_image: xcode10.3 dist: trusty addons: