Skip to content

Commit

Permalink
Update the list of deprecated runners (#452)
Browse files Browse the repository at this point in the history
* Add Node10 and Node16 to the list of deprecated runners

* Bump the version
  • Loading branch information
aleksandrlevochkin authored Mar 15, 2024
1 parent 1ec002a commit 9a5fa98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/lib/jsonvalidate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var fs = require("fs");
var check = require("validator");
var trace = require("./trace");

const deprecatedRunners = ["Node6"];
const deprecatedRunners = ["Node6", "Node10", "Node16"];

/*
* Checks a json file for correct formatting against some validation function
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tfx-cli",
"version": "0.16.0",
"version": "0.17.0",
"description": "CLI for Azure DevOps Services and Team Foundation Server",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9a5fa98

Please sign in to comment.