From 573d73c7a935bef383e2ea29bfa0c876708dae4d Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 5 Mar 2020 23:21:12 +0100 Subject: [PATCH] CIs: Bump --- .github/workflows/ci.yml | 4 ++-- .travis.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b372c645b..718995467 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,12 +5,12 @@ on: [push, pull_request] env: CONFIGURATION: Release DOTNET_CLI_TELEMETRY_OPTOUT: 1 - DOTNET_SDK_VERSION: 3.1.100 + DOTNET_SDK_VERSION: 3.1.102 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 GITHUB_JOBS: 2 # 2-core CPU, without HT: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources NET_CORE_VERSION: netcoreapp3.1 NET_FRAMEWORK_VERSION: net48 - NODE_JS_VERSION: 12.x + NODE_JS_VERSION: 12 jobs: build: diff --git a/.travis.yml b/.travis.yml index 746801101..401ef79fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,5 +76,5 @@ matrix: dist: bionic - os: osx # Ref: https://docs.travis-ci.com/user/reference/osx - dotnet: 3.1.100 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved - osx_image: xcode11.2 + dotnet: 3.1.102 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved + osx_image: xcode11.3