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

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authorThomas Schmid <thsmi@users.noreply.github.com>2021-09-27 21:27:40 +0300
committerThomas Schmid <thsmi@users.noreply.github.com>2021-09-27 21:27:40 +0300
commit6cadcdaf51cdbcd4e54e622f70cfc2da3108b739 (patch)
tree4b473bc4ee250f7582270b319c8a3256fe817adc /.azure
parent12572cfd1398e4b0c4198ae0444ba91453f8e46e (diff)
Update windows.yml for Azure Pipelines
Diffstat (limited to '.azure')
-rw-r--r--.azure/windows.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.azure/windows.yml b/.azure/windows.yml
index 1fb5cc20..4981cceb 100644
--- a/.azure/windows.yml
+++ b/.azure/windows.yml
@@ -8,6 +8,11 @@ jobs:
pool:
vmImage: 'windows-latest'
steps:
+
+ - task: NodeTool@0
+ inputs:
+ versionSpec: '>=16.x'
+
- script: yarn install
displayName: "Install Yarn"