Skip to content

Commit 27081d6

Browse files
committed
Use Node 20 during publishing.
1 parent cbe26fe commit 27081d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/config/azure-pipelines/templates/install-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
- name: NodeMajorVersion
33
type: number
4-
default: 18
4+
default: 20
55

66
steps:
77
- task: NodeTool@0

0 commit comments

Comments
 (0)