Skip to content

Commit bd24244

Browse files
authored
Merge pull request #277 from DEFRA/feat/DF-710-later-npm
feat/DF-710 - Allows later npm
2 parents 094d410 + 1cd75e0 commit bd24244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"engines": {
6868
"node": ">=22.11.0 <25.0.0",
69-
"npm": "^10.9.0"
69+
"npm": ">=10.9.0 <11.6.4"
7070
},
7171
"license": "SEE LICENSE IN LICENSE",
7272
"dependencies": {

0 commit comments

Comments
 (0)