Skip to content

Commit 4636c00

Browse files
authored
[FIX] Revert "[DEPENDENCY] Bump @npmcli/config from 9.0.0 to 10.4.0 #818" (#835)
This reverts commit a944572. Previously, `@npmcli/config` required a node version ^20.17.0 || >=22.9.0 which is unsupported by `@ui5/project`. This PR downgrades it back to ^9.0.0 which requires a node version of ^18.17.0 || >=20.5.0 which fully satisfies our current support.
1 parent 33d32dd commit 4636c00

File tree

3 files changed

+159
-342
lines changed

3 files changed

+159
-342
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Enforce public npm registry
22
registry=https://registry.npmjs.org/
33
lockfile-version=3
4-
ignore-scripts=true
4+
ignore-scripts=true

0 commit comments

Comments
 (0)