From 6c649c8622a407834cf5f7c679e12d235a78d52a Mon Sep 17 00:00:00 2001 From: Sebastian Pfitzner Date: Thu, 25 Jul 2019 17:26:16 -0400 Subject: [PATCH] alpha10 --- azure-pipelines.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e3bac96..2b88bf5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ jobs: displayName: 'Prebuild and publish' - job: macOSNode pool: - vmImage: 'xcode9-macos10.14' + vmImage: 'macOS-10.14' steps: - task: NodeTool@0 inputs: @@ -56,7 +56,7 @@ jobs: displayName: 'Prebuild and publish' - job: macOSElectron pool: - vmImage: 'xcode9-macos10.14' + vmImage: 'macOS-10.14' steps: - task: NodeTool@0 inputs: diff --git a/package.json b/package.json index dc08bf8..094decd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@pfitzseb/node-pty-prebuilt", "description": "Fork pseudoterminals in Node.JS", "author": "Microsoft Corporation", - "version": "0.9.0-alpha9", + "version": "0.9.0-alpha10", "license": "MIT", "main": "./lib/index.js", "types": "./typings/node-pty.d.ts",