Browse Source

Enforce version 14 of Node.js

Pavel Ševčík 3 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",
"description": "Backend server for Samourai Wallet",
"main": "accounts/index.js",
"engines": {
"node": "14.x.x"
},
"scripts": {
"test": "mocha --recursive --reporter spec"
},

Loading…
Cancel
Save