mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 21:15:47 +00:00
Set minimum node version to 10.22; specify v12 for nvm (#100)
- Using older versions of node can result in this error:
TypeError: buf.writeBigUInt64BE is not a function
- nvm can automatically use the version specified in .nvmrc. Use node
version 12 because it is currently recommended for most users
This commit is contained in:
@@ -1 +1 @@
|
||||
10.16
|
||||
12
|
||||
|
||||
@@ -49,5 +49,9 @@
|
||||
"readmeFilename": "README.md",
|
||||
"prettier": {
|
||||
"semi": true
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.22",
|
||||
"yarn": "^1.22.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user