Skip to content

Commit

Permalink
chore: require a specific node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt committed Nov 12, 2024
1 parent 190832f commit 68a89fb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Nowsecure/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 Nowsecure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ns-plugin",
"version": "1.0.19",
"version": "1.0.20",
"description": "- install node - npm install -g tfx-cli - npm init -y - npm install vss-web-extension-sdk --save",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions Nowsecure/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 19
"Patch": 20
},
"demands": [
"java"
Expand Down Expand Up @@ -95,7 +95,10 @@
}
],
"execution": {
"Node": {
"Node16": {
"target": "index.js"
},
"Node20_1": {
"target": "index.js"
}
}
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": "ns-plugin",
"version": "1.0.19",
"version": "1.0.20",
"description": "- install node - npm install -g tfx-cli - npm init -y - npm install vss-web-extension-sdk --save",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "azure-nowsecure-auto-security-test-qa",
"name": "azure-nowsecure-auto-security-test",
"description": "Azure Extension for NowSecure Auto Security Test",
"version": "1.0.19",
"version": "1.0.20",
"publisher": "qa-nowsecure",
"targets": [
{
Expand Down

0 comments on commit 68a89fb

Please sign in to comment.