Skip to content

Commit 06372da

Browse files
committed
chore: skip newer versions of npm packages that require higher NodeJS
1 parent 4cd00fc commit 06372da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// postponed the following npm packages to next major, since they now require NodeJS: ^22.22.2 || ^24.15.0 || >=26.0.0
3434
{
3535
packageNames: [' npm-run-all2'],
36-
allowedVersions: '< 10.0.0',
36+
allowedVersions: '< 9.0.0',
3737
},
3838
{
3939
matchManagers: ['github-actions'],

0 commit comments

Comments
 (0)