Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobo <hop2deep@gmail.com>2022-03-10 18:51:37 +0300
committerGitHub <noreply@github.com>2022-03-10 18:51:37 +0300
commit32d40cf44e893e87ac33ac4f08de1e5f7fe077fc (patch)
tree2b248b86f0270ceb21a5b17118f70e9e00f02dfe /build/azure-pipelines/distro-build.yml
parent9109c6531f923991f5054c420e1456297ccb59a2 (diff)
chore: update to electron 17 (#143223)
* chore: bump electron@17.0.0 * Revert "chore: revert to electron@13 (#143851)" This reverts commit df645f14506142d6b20be6f6bda6bc40286ff739. * chore: bump electron@17.1.0 * Revert "ci: fix build with latest node-gyp" This reverts commit c3e948aa30f54b0ad20f1a99627949cda4ad0c9f. * chore: revert ci changes for node v16 * chore: update yarn.lock * chore: bump electron@17.1.1
Diffstat (limited to 'build/azure-pipelines/distro-build.yml')
-rw-r--r--build/azure-pipelines/distro-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml
index 53b62b47a4e..307f226dc0a 100644
--- a/build/azure-pipelines/distro-build.yml
+++ b/build/azure-pipelines/distro-build.yml
@@ -11,7 +11,7 @@ pr:
steps:
- task: NodeTool@0
inputs:
- versionSpec: "14.x"
+ versionSpec: "16.x"
- task: AzureKeyVault@1
displayName: "Azure Key Vault: Get Secrets"