Skip to content

Commit 7b0bc29

Browse files
Node24 upgrade for ExtractFiles (#21560)
1 parent 8b10e43 commit 7b0bc29

File tree

4 files changed

+37
-17
lines changed

4 files changed

+37
-17
lines changed

Tasks/ExtractFilesV1/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/ExtractFilesV1/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
2020
"dependencies": {
2121
"@types/mocha": "^9.1.1",
22-
"@types/node": "^20.3.1",
22+
"@types/node": "^24.10.0",
2323
"@types/q": "^1.0.7",
24-
"azure-pipelines-task-lib": "^4.16.0",
24+
"azure-pipelines-task-lib": "^5.2.2",
2525
"collections": "3.0.0",
2626
"minimatch": "^4.0.0"
2727
},
2828
"devDependencies": {
29-
"typescript": "5.1.6"
29+
"typescript": "^5.7.2"
3030
}
3131
}

Tasks/ExtractFilesV1/task.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"minimumAgentVersion": "2.182.1",
2020
"version": {
2121
"Major": 1,
22-
"Minor": 265,
22+
"Minor": 267,
2323
"Patch": 0
2424
},
2525
"instanceNameFormat": "Extract files $(message)",
@@ -81,6 +81,10 @@
8181
"Node20_1": {
8282
"target": "extractfilestask.js",
8383
"argumentFormat": ""
84+
},
85+
"Node24": {
86+
"target": "extractfilestask.js",
87+
"argumentFormat": ""
8488
}
8589
},
8690
"restrictions": {

Tasks/ExtractFilesV1/task.loc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"minimumAgentVersion": "2.182.1",
2020
"version": {
2121
"Major": 1,
22-
"Minor": 265,
22+
"Minor": 267,
2323
"Patch": 0
2424
},
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -81,6 +81,10 @@
8181
"Node20_1": {
8282
"target": "extractfilestask.js",
8383
"argumentFormat": ""
84+
},
85+
"Node24": {
86+
"target": "extractfilestask.js",
87+
"argumentFormat": ""
8488
}
8589
},
8690
"restrictions": {

0 commit comments

Comments
 (0)