Skip to content

Commit 54aead7

Browse files
committed
Pin to npm version 10 because v11 will create a package-lock.json that is incompatible with v10. v10 is still default for Node.js v20 and v22
1 parent 4ca64ad commit 54aead7

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
@@ -234,6 +234,6 @@
234234
},
235235
"engines": {
236236
"node": ">=20.0.0 <25.0.0",
237-
"npm": ">=10.0.0 <12.0.0"
237+
"npm": "^10"
238238
}
239239
}

0 commit comments

Comments
 (0)