Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit f105ff2

Browse files
committed
chore(deps): fix npm to v6
1 parent c4be576 commit f105ff2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"engines": {
55
"node": "^14 || ^16",
6-
"npm": "^8.3.2"
6+
"npm": "^5 || ^6"
77
},
88
"devDependencies": {
99
"@semantic-release/changelog": "6.0.1",

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
],
1616
"composerIgnorePlatformReqs": ["ext-curl", "ext-json", "ext-iconv", "ext-intl", "ext-ldap"],
1717
"stabilityDays": 3,
18+
"ignoreDeps": ["npm"],
1819
"transitiveRemediation": true
1920
}

0 commit comments

Comments
 (0)