Skip to content

Commit da2fcbc

Browse files
authored
Fix vsce with cg.yml (#12561)
* Fix vsce via upgrading to node.js 18.
1 parent 3cf9a99 commit da2fcbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/cg/cg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ extends:
8080
displayName: Use Yarn 1.x
8181

8282
- task: UseNode@1
83-
displayName: Use Node 16.x
83+
displayName: Use Node 18.x
8484
inputs:
85-
version: 16.x
85+
version: 18.x
8686

8787
- task: CmdLine@2
8888
displayName: Delete .npmrc if it exists

0 commit comments

Comments
 (0)