Skip to content

Commit c618ac1

Browse files
committed
chore: pin Node.js and npm versions in package.json
1 parent e9bead8 commit c618ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"code-push-server-db": "./bin/db.js"
2222
},
2323
"engines": {
24-
"node": ">= 6.0",
25-
"npm": ">= 3.10.8"
24+
"node": "24.6.0",
25+
"npm": "11.5.1"
2626
},
2727
"scripts": {
2828
"dev": "npm run build && concurrently npm:dev:tsc npm:dev:run",

0 commit comments

Comments
 (0)