Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Update windows tests to use node 12 (vercel#25015)
Browse files Browse the repository at this point in the history
Since node v10 is now officially EOL this updates our windows tests to use v12 instead
  • Loading branch information
ijjk authored May 12, 2021
1 parent 16540ef commit 619f879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 619f879

Please sign in to comment.