diff --git a/azure-ci.yml b/azure-ci.yml index 2c120241b..412484ccc 100644 --- a/azure-ci.yml +++ b/azure-ci.yml @@ -16,7 +16,7 @@ jobs: - task: NodeTool@0 inputs: versionSpec: '24.x' - displayName: 'Install Node.js' + displayName: 'Install Node.js' # npm modules and Cypress binary should be cached # otherwise the install will be too slow diff --git a/basic/azure-ci.yml b/basic/azure-ci.yml index 46b66ae0b..ece6b8300 100644 --- a/basic/azure-ci.yml +++ b/basic/azure-ci.yml @@ -10,7 +10,7 @@ jobs: - task: NodeTool@0 inputs: versionSpec: '24.x' - displayName: 'Install Node.js' + displayName: 'Install Node.js' # npm modules and Cypress binary should be cached # otherwise the install will be too slow