Skip to content

Commit

Permalink
Merge pull request #163 from BlueBasher/Enable-multiple-node-versions
Browse files Browse the repository at this point in the history
Use node 16 and Node20
  • Loading branch information
BlueBasher authored Nov 26, 2024
2 parents f34d81b + d57d8a5 commit d4c85ea
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 459 deletions.
52 changes: 35 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"gallery-publish": "tfx extension publish --rev-version"
},
"devDependencies": {
"@types/node": "^10.12.18",
"@types/node": "^20.3.1",
"@types/q": "1.5.0",
"copyfiles": "2.4.1",
"tfx-cli": "^0.12.0",
"tslint": "^6.1.3",
"typescript": "4.4.4",
"typescript": "5.1.6",
"rimraf": "^3.0.2"
},
"name": "vstsexttask",
Expand Down
Loading

0 comments on commit d4c85ea

Please sign in to comment.