-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add node 20 support to task-lib for testing and pick highest node ver…
…sion for tests (#1039) * Add node 20 support to task-lib for testing and pick highest node version for tests - Added node 20 support - Changed the logic to pick highest handler instead of first one - Added tests for node20 - Changed tests for node6, node10, node16 to use highest handler * rename fake node20 task * Add node 20 support to task-lib for testing and pick highest node version for tests - Bumped node version * Add node 20 support to task-lib for testing and pick highest node version for tests - Fix test for node20 * Add node 20 support to task-lib for testing and pick highest node version for tests - code review feedback
- Loading branch information
1 parent
79bc298
commit 7c0de0d
Showing
7 changed files
with
63 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"id": "id", | ||
"name": "Node20Task", | ||
"execution": { | ||
"Node": { | ||
"target": "usedotnet.js" | ||
}, | ||
"Node10": { | ||
"target": "usedotnet.js" | ||
}, | ||
"Node16": { | ||
"target": "usedotnet.js" | ||
}, | ||
"Node20": { | ||
"target": "usedotnet.js" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters