Skip to content

Commit bf9af52

Browse files
committed
Support Node.js 20
1 parent a44e08c commit bf9af52

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

cantarus-polydeploy-client-installer/task.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 1,
1212
"Minor": 1,
13-
"Patch": 4
13+
"Patch": 5
1414
},
1515
"satisfies": ["cantarus-deploy-client"],
1616
"instanceNameFormat": "Use Cantarus PolyDeploy $(versionSpec)",
@@ -58,6 +58,11 @@
5858
"target": "index.js",
5959
"argumentFormat": "",
6060
"platforms": ["windows"]
61+
},
62+
"Node20_1": {
63+
"target": "index.js",
64+
"argumentFormat": "",
65+
"platforms": ["windows"]
6166
}
6267
}
6368
}

cantarus-polydeploy-client/task.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 1,
1212
"Minor": 0,
13-
"Patch": 5
13+
"Patch": 6
1414
},
1515
"demands": ["cantarus-deploy-client"],
1616
"instanceNameFormat": "Deploy with Cantarus PolyDeploy",
@@ -75,6 +75,11 @@
7575
"target": "index.js",
7676
"argumentFormat": "",
7777
"platforms": ["windows"]
78+
},
79+
"Node20_1": {
80+
"target": "index.js",
81+
"argumentFormat": "",
82+
"platforms": ["windows"]
7883
}
7984
}
8085
}

0 commit comments

Comments
 (0)