Skip to content

Commit

Permalink
upgrade to node16 (#17004)
Browse files Browse the repository at this point in the history
* Update package.json

* package lock json update
  • Loading branch information
tintse-thxsky-MSFT authored Oct 18, 2022
1 parent fbcfa28 commit e5371be
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 69 deletions.
179 changes: 114 additions & 65 deletions common-npm-packages/utility-common-v2/package-lock.json

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

8 changes: 4 additions & 4 deletions common-npm-packages/utility-common-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-pipelines-tasks-utility-common",
"version": "3.210.0",
"version": "3.212.0",
"description": "Common Library for Azure Rest Calls",
"repository": {
"type": "git",
Expand All @@ -17,10 +17,10 @@
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"semver": "^5.4.1",
"azure-pipelines-task-lib": "^3.1.0",
"azure-pipelines-tool-lib": "^1.0.2",
"azure-pipelines-task-lib": "^4.0.0-preview",
"azure-pipelines-tool-lib": "^2.0.0-preview",
"js-yaml": "3.13.1",
"@types/node": "^10.17.0"
"@types/node": "^16.11.39"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down

0 comments on commit e5371be

Please sign in to comment.