Skip to content

Commit 1653c68

Browse files
tdonohuegithub-actions[bot]
authored andcommitted
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
(cherry picked from commit 54aead7)
1 parent f50fe16 commit 1653c68

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
@@ -233,6 +233,6 @@
233233
},
234234
"engines": {
235235
"node": ">=20.0.0 <25.0.0",
236-
"npm": ">=10.0.0 <12.0.0"
236+
"npm": "^10"
237237
}
238238
}

0 commit comments

Comments
 (0)