Node.js min bumped to 22.22.2
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 5m11s
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 5m11s
Co-authored-by: alpha-nerd <alpha-nerd@users.noreply.bitfreedom.net>
This commit is contained in:
parent
88f189bced
commit
d3aa0e264c
3 changed files with 4 additions and 4 deletions
|
|
@ -316,8 +316,8 @@ import {
|
|||
|
||||
### Node.js
|
||||
|
||||
- **Minimum**: Node.js 14.17+
|
||||
- **Recommended**: Node.js 18 LTS or later
|
||||
- **Minimum**: Node.js 22.22.2+
|
||||
- **Recommended**: Node.js 22 LTS or later
|
||||
- **Key storage**: File system (`keyDir` directory, default `client_keys/`)
|
||||
|
||||
### Browsers
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -25,7 +25,7 @@
|
|||
"typescript": "^6.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.17.0"
|
||||
"node": ">=22.22.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"nomyo-native": "file:./native"
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"author": "",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">=14.17.0"
|
||||
"node": ">=22.22.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^29.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue