diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4acabc9..79cffbd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ steps: - task: NodeTool@0 inputs: - versionSpec: '23.x' + versionSpec: '24.x' displayName: 'Install Node.js' - script: | npm install -g @testim/testim-cli