Skip to content

Commit fa4b73b

Browse files
committed
chore: downgrade Node to 22 LTS to fix Windows CI crash
1 parent 776bae7 commit fa4b73b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
"matchUpdateTypes": ["patch"],
8484
"automerge": true
8585
},
86+
{
87+
"description": "Keep @types/node pinned to the Node 22 LTS major.",
88+
"matchPackageNames": ["@types/node"],
89+
"allowedVersions": "22.x"
90+
},
8691
{
8792
"description": "Update extension-host VS Code types only with an intentional minimum-version review.",
8893
"matchPackageNames": ["@types/vscode"],

0 commit comments

Comments
 (0)