Skip to content

Commit 9ddd81e

Browse files
author
Nie Zhihe
committed
chore: corrected prerequisites configUrl
1 parent 46ff0c5 commit 9ddd81e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_node_shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
shell: powershell
111111
run: |
112112
# Download the WinGet configuration file from Node.js repository
113-
$configUrl = "https://raw.githubusercontent.com/nodejs/node/v22.12.0/configuration.dsc.yaml"
113+
$configUrl = "https://raw.githubusercontent.com/nodejs/node/main/.configurations/configuration.dsc.yaml"
114114
$configFile = "configuration.dsc.yaml"
115115
116116
Write-Host "Downloading WinGet configuration file..."

0 commit comments

Comments
 (0)