Update windows tests to use node 12 (#25015)

Since node v10 is now officially EOL this updates our windows tests to use v12 instead
This commit is contained in:
JJ Kasper 2021-05-12 05:22:05 -05:00 committed by GitHub
parent 4443d6f3d3
commit b43e996e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ pr:
variables:
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
NEXT_TELEMETRY_DISABLED: '1'
node_version: ^10.10.0
node_version: ^12.0.0
stages:
- stage: Build