Skip to content

Commit 146afd0

Browse files
authored
Add Node 20 execution target to add-solution-component task (#1168)
1 parent fabbce3 commit 146afd0

File tree

1 file changed

+3
-0
lines changed
  • src/tasks/add-solution-component/add-solution-component-v2

1 file changed

+3
-0
lines changed

src/tasks/add-solution-component/add-solution-component-v2/task.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@
9797
}
9898
],
9999
"execution": {
100+
"Node20_1": {
101+
"target": "index.js"
102+
},
100103
"Node16": {
101104
"target": "index.js"
102105
}

0 commit comments

Comments
 (0)