Skip to content

Commit

Permalink
🐛 Fix node version incompatibilities for old runners (QD-9488)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jul 9, 2024
1 parent e82b6cf commit 86eb286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion vsts/QodanaScan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,12 @@
}
],
"execution": {
"Node10": {
"target": "index.js"
},
"Node16": {
"target": "index.js"
}
}
},
"minimumAgentVersion": "2.144.0"
}
2 changes: 1 addition & 1 deletion vsts/vss-extension.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "qodana-dev",
"name": "Qodana (Dev)",
"version": "2024.1.108",
"version": "2024.1.109",
"publisher": "JetBrains",
"targets": [
{
Expand Down

0 comments on commit 86eb286

Please sign in to comment.