Skip to content

Commit cd58a52

Browse files
Node24 Testing (#21542)
1 parent 7dd48d4 commit cd58a52

File tree

4 files changed

+39
-19
lines changed

4 files changed

+39
-19
lines changed

Tasks/PublishBuildArtifactsV1/package-lock.json

Lines changed: 24 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/PublishBuildArtifactsV1/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
2121
"dependencies": {
2222
"@types/mocha": "^5.2.7",
23-
"@types/node": "^20.3.1",
24-
"azure-pipelines-task-lib": "^4.16.0"
23+
"@types/node": "^24.10.0",
24+
"azure-pipelines-task-lib": "^5.2.2"
2525
},
2626
"devDependencies": {
27-
"typescript": "5.1.6"
27+
"typescript": "^5.7.2"
2828
}
2929
}

Tasks/PublishBuildArtifactsV1/task.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 1,
15-
"Minor": 247,
16-
"Patch": 1
15+
"Minor": 267,
16+
"Patch": 0
1717
},
1818
"demands": [],
1919
"minimumAgentVersion": "1.91.0",
@@ -114,6 +114,10 @@
114114
"Node20_1": {
115115
"target": "publishbuildartifacts.js",
116116
"argumentFormat": ""
117+
},
118+
"Node24": {
119+
"target": "publishbuildartifacts.js",
120+
"argumentFormat": ""
117121
}
118122
},
119123
"messages": {

Tasks/PublishBuildArtifactsV1/task.loc.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 1,
15-
"Minor": 247,
16-
"Patch": 1
15+
"Minor": 267,
16+
"Patch": 0
1717
},
1818
"demands": [],
1919
"minimumAgentVersion": "1.91.0",
@@ -114,6 +114,10 @@
114114
"Node20_1": {
115115
"target": "publishbuildartifacts.js",
116116
"argumentFormat": ""
117+
},
118+
"Node24": {
119+
"target": "publishbuildartifacts.js",
120+
"argumentFormat": ""
117121
}
118122
},
119123
"messages": {

0 commit comments

Comments
 (0)