Skip to content

Commit

Permalink
Drop Node10 support (#90)
Browse files Browse the repository at this point in the history
* Removed NodeJS10

* Added minimunagentVersion
  • Loading branch information
JoostVoskuil authored Sep 18, 2024
1 parent 9f597a7 commit 6b6c6d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Taks version 2

### 2.11
- No longer supporting Node10 agents

### 2.10
- Fixed broken definitions (See https://github.com/JoostVoskuil/azure-devops-gitleaks/pull/87). Thanx @rgmz
- Update definitions
Expand Down
8 changes: 3 additions & 5 deletions task/v2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
"visibility": ["Build"],
"runsOn": ["Agent"],
"author": "Joost Voskuil (joost@foxhole.nl)",
"minumumAgentVersion": "2.206.1",
"version": {
"Major": 2,
"Minor": 10,
"Patch": 0
"Minor": 11,
"Patch": 1
},
"minimumAgentVersion": "2.144.0",
"groups": [
Expand Down Expand Up @@ -220,9 +221,6 @@
}
],
"execution": {
"Node10": {
"target": "$(currentDirectory)/index.js"
},
"Node16": {
"target": "$(currentDirectory)/index.js"
},
Expand Down

0 comments on commit 6b6c6d9

Please sign in to comment.