Skip to content

Commit

Permalink
Engineering - update winget configuration file (#194107)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Sep 26, 2023
1 parent b286413 commit 57dc010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .configurations/configuration.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ properties:
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: npm
directives:
description: Install NodeJS version >=16.17.x and <17
description: Install NodeJS version >=18.15.x and <19

This comment has been minimized.

Copy link
@143divya

143divya Feb 25, 2024

18.17

allowPrerelease: true
settings:
id: OpenJS.NodeJS.LTS
version: "16.20.0"

This comment has been minimized.

Copy link
@Ikramzo-123

Ikramzo-123 Dec 4, 2023

ddd

version: "18.18.0"
source: winget
- resource: NpmDsc/NpmPackage
id: yarn
Expand Down

1 comment on commit 57dc010

@Holliegro
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My first azure pipeline.

Please sign in to comment.