Skip to content

Commit

Permalink
Fix vsce with cg.yml (#12561)
Browse files Browse the repository at this point in the history
* Fix vsce via upgrading to node.js 18.
  • Loading branch information
sean-mcmanus authored Aug 12, 2024
1 parent 3cf9a99 commit da2fcbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/cg/cg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ extends:
displayName: Use Yarn 1.x

- task: UseNode@1
displayName: Use Node 16.x
displayName: Use Node 18.x
inputs:
version: 16.x
version: 18.x

- task: CmdLine@2
displayName: Delete .npmrc if it exists
Expand Down

0 comments on commit da2fcbc

Please sign in to comment.