Skip to content

Commit

Permalink
alpha10
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Jul 25, 2019
1 parent 55ee1e6 commit 6c649c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6c649c8

Please sign in to comment.