Browse Source

Enforce version 14 of Node.js

Pavel Ševčík 4 years ago
parent
commit
eca7793e3f
No known key found for this signature in database GPG Key ID: CFA54E4C0CD58DF0
  1. 3
      package.json

3
package.json

@ -3,6 +3,9 @@
"version": "1.10.1", "version": "1.10.1",
"description": "Backend server for Samourai Wallet", "description": "Backend server for Samourai Wallet",
"main": "accounts/index.js", "main": "accounts/index.js",
"engines": {
"node": "14.x.x"
},
"scripts": { "scripts": {
"test": "mocha --recursive --reporter spec" "test": "mocha --recursive --reporter spec"
}, },

Loading…
Cancel
Save