Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- task: NodeTool@0
inputs:
versionSource: 'spec'
versionSpec: '24.x'
versionSpec: '20.19.0'
Copy link

Copilot AI Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinning to a specific patch version will require manual updates for security fixes. Consider using a floating spec like '20.x' to automatically pick up patch releases.

Suggested change
versionSpec: '20.19.0'
versionSpec: '20.x'

Copilot uses AI. Check for mistakes.

- task: Npm@1
displayName: 'npm install'
Expand Down