Test using nvmrc in CI (#194836)

* Test using nvmrc in CI

* Force run yarn

* fix

* Bump nvmrc to latest

* Revert "Force run yarn"

This reverts commit af741f37d5.

* Make all jobs use node from nvmrc
And install node-gyp where needed
This commit is contained in:
Rob Lourens
2023-10-04 19:08:50 -07:00
committed by GitHub
parent b96b558f64
commit 7d4027b62b
27 changed files with 62 additions and 35 deletions

View File

@@ -17,7 +17,8 @@ parameters:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.15"
versionSource: fromFile
versionFilePath: .nvmrc
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }}:
- template: ../cli/cli-apply-patches.yml