Skip to content

Commit

Permalink
use node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Dec 2, 2021
1 parent 93dac15 commit c9532de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
ARCH_CMAKE: "-A Win32 -T version=14.25"
VCINSTALLDIR: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC"
steps:
- task: NodeTool@0
displayName: Pin Node.js version
inputs:
versionSpec: '14.17.0'
- script: |
git submodule update --init --recursive
displayName: Update submodules
Expand Down

0 comments on commit c9532de

Please sign in to comment.