Skip to content

Commit 9690d75

Browse files
committed
chore: Lock the versions of npm and node in package.json
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 08c1eaf commit 9690d75

File tree

2 files changed

+16
-33
lines changed

2 files changed

+16
-33
lines changed

package-lock.json

Lines changed: 14 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"typescript": "^5.7.3"
6868
},
6969
"engines": {
70-
"node": ">=22.12.0",
71-
"npm": ">=10.9.0"
70+
"node": ">=24.11.0",
71+
"npm": ">=11.6.1"
7272
},
7373
"publishConfig": {
7474
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)