We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399069c commit d9fdfd3Copy full SHA for d9fdfd3
README.md
@@ -16,6 +16,7 @@ const decoded = encoder.decode(encoded);
16
```
17
18
## Platform support
19
+⚠ Node.js 12.0.0 or newer is required.
20
21
- Linux x64 & ia32
22
- Linux arm (RPi 1 & 2)
package.json
@@ -39,6 +39,9 @@
39
"eslintConfig": {
40
"extends": "aqua/node"
41
},
42
+ "engines": {
43
+ "node": ">=12.0.0"
44
+ },
45
"binary": {
46
"module_name": "opus",
47
"module_path": "./prebuild/{node_abi}-napi-v{napi_build_version}-{platform}-{arch}-{libc}-{libc_version}/",
0 commit comments