Skip to content

Commit

Permalink
Release 0.1.12
Browse files Browse the repository at this point in the history
- Upgrade to Electron 12
  • Loading branch information
joedevivo committed May 7, 2021
1 parent 475d25c commit c28ced5
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 155 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to the "vscode-circuitpython" extension will be documented
in this file.

## [0.1.12]
- Electron Rebuild 12.0.4

## [0.1.11]
- Fixed [#38](https://github.com/joedevivo/vscode-circuitpython/pull/37)
issue with Apple Silicon native bindings
Expand Down
18 changes: 9 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.18.3'
versionSpec: '14.16.0'
displayName: 'Install Node.js'
- task: Npm@1
inputs:
Expand Down Expand Up @@ -58,7 +58,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.18.3'
versionSpec: '14.16.0'
displayName: 'Install Node.js'
- task: Npm@1
inputs:
Expand All @@ -79,7 +79,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.18.3'
versionSpec: '14.16.0'
displayName: 'Install Node.js'
- task: Npm@1
inputs:
Expand Down Expand Up @@ -112,15 +112,15 @@ stages:
jobs:
- job: package
pool:
name: Default
demands:
- agent.os -equals Darwin
- ARCH -equals arm64
#vmImage: 'ubuntu-latest'
#name: Default
#demands:
# - agent.os -equals Darwin
# - ARCH -equals arm64
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.18.3'
versionSpec: '14.16.0'
displayName: 'Install Node.js'
- task: Npm@1
inputs:
Expand Down
Loading

0 comments on commit c28ced5

Please sign in to comment.