diff --git a/pipeline-templates/install-node.yaml b/pipeline-templates/install-node.yaml index c149a102..816afe46 100644 --- a/pipeline-templates/install-node.yaml +++ b/pipeline-templates/install-node.yaml @@ -1,5 +1,5 @@ steps: - task: UseNode@1 inputs: - version: '18.x' + version: '20.x' displayName: '⚛️ Install Node.js' \ No newline at end of file