mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
build(node): pin node-gyp to version 10.1
Newer node-gyp uses newer gyp which requires newer python that is not available in Debian 10 container that is used for building node prebuilds with old glibc.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"chai": "~4.3.10",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"mocha": "^8.2.1",
|
||||
"node-gyp": "^10.0.0",
|
||||
"node-gyp": "~10.1.0",
|
||||
"prebuildify": "^5.0.1",
|
||||
"prebuildify-ci": "^1.0.5",
|
||||
"prettier": "^3.0.3",
|
||||
|
||||
Reference in New Issue
Block a user