We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ff0c5 commit 9ddd81eCopy full SHA for 9ddd81e
1 file changed
.github/workflows/build_node_shared.yml
@@ -110,7 +110,7 @@ jobs:
110
shell: powershell
111
run: |
112
# Download the WinGet configuration file from Node.js repository
113
- $configUrl = "https://raw.githubusercontent.com/nodejs/node/v22.12.0/configuration.dsc.yaml"
+ $configUrl = "https://raw.githubusercontent.com/nodejs/node/main/.configurations/configuration.dsc.yaml"
114
$configFile = "configuration.dsc.yaml"
115
116
Write-Host "Downloading WinGet configuration file..."
0 commit comments